blob: 41997cc9d2823d0a506e632958bc8679c6baaa9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|