blob: d8406930acdf6238023b8b58baa45c8bb134ae2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
name: EmbedFooter
description: >
Footer information about an [`Embed`].
[`Embed`]: struct.Embed.html
fields:
- name: icon_url
description: The URL of the footer icon. Note this only supports HTTP(s).
type: string
- name: proxy_icon_url
description: A proxied URL of the footer icon.
type: string
- name: text
description: The associated text with the footer.
type: string
|