blob: 84597e45460f57795099706c191bfd05ab2e1029 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
name: EmbedThumbnail
description: The dimensions and URL of an embed thumbnail
fields:
- name: height
description: The height of the thumbnail in pixels.
type: u64
- name: proxy_url
description: A proxied URL of the thumbnail.
type: string
- name: url
description: >
The source URL of the thumbnail. Note this only supports HTTP(s).
type: string
- name: width
description: The width of the thumbnail in pixels.
type: u64
|