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_author.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_author.yml')
| -rw-r--r-- | definitions/structs/embed_author.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/definitions/structs/embed_author.yml b/definitions/structs/embed_author.yml new file mode 100644 index 0000000..41997cc --- /dev/null +++ b/definitions/structs/embed_author.yml @@ -0,0 +1,20 @@ +--- +name: EmbedAuthor +description: > + An author object in an [`Embed`]. + + + [`Embed`]: struct.Embed.html +fields: + - name: icon_url + description: The URL of the author icon. Note this only supports HTTP(s). + type: string + - name: name + description: The name of the author. + type: string + - name: proxy_icon_url + description: A proxied URL of the author icon. + type: string + - name: url + description: The URL of the author. + type: string |