aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/embed_thumbnail.yml
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-07 11:43:15 -0800
committerAustin Hellyer <[email protected]>2016-11-07 11:43:15 -0800
commita114a55efb5b08f9e5f289203db2dfd4db82852a (patch)
tree8522e8eb3e77534ecf5c8e0208746b587eae887b /definitions/structs/embed_thumbnail.yml
parentAdd Attachment::download{,to_directory} (diff)
downloadserenity-a114a55efb5b08f9e5f289203db2dfd4db82852a.tar.xz
serenity-a114a55efb5b08f9e5f289203db2dfd4db82852a.zip
Add webhook support
Diffstat (limited to 'definitions/structs/embed_thumbnail.yml')
-rw-r--r--definitions/structs/embed_thumbnail.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/definitions/structs/embed_thumbnail.yml b/definitions/structs/embed_thumbnail.yml
index 932ae18..84597e4 100644
--- a/definitions/structs/embed_thumbnail.yml
+++ b/definitions/structs/embed_thumbnail.yml
@@ -3,10 +3,15 @@ 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