blob: b0c1fd2623c7a3d0395af8d593e275cc3901b6b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
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).
optional: true
type: string
- name: name
description: The name of the author.
type: string
- name: proxy_icon_url
description: A proxied URL of the author icon.
optional: true
type: string
- name: url
description: The URL of the author.
optional: true
type: string
|