diff options
| author | Austin Hellyer <[email protected]> | 2016-11-07 11:43:15 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-07 11:43:15 -0800 |
| commit | a114a55efb5b08f9e5f289203db2dfd4db82852a (patch) | |
| tree | 8522e8eb3e77534ecf5c8e0208746b587eae887b /definitions/structs/embed_thumbnail.yml | |
| parent | Add Attachment::download{,to_directory} (diff) | |
| download | serenity-a114a55efb5b08f9e5f289203db2dfd4db82852a.tar.xz serenity-a114a55efb5b08f9e5f289203db2dfd4db82852a.zip | |
Add webhook support
Diffstat (limited to 'definitions/structs/embed_thumbnail.yml')
| -rw-r--r-- | definitions/structs/embed_thumbnail.yml | 5 |
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 |