blob: 505093643447954204ab803a1fab8f496383454f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
name: EmbedField
description: >
A field object in an [`Embed`].
[`Embed`]: struct.Embed.html
fields:
- name: inline
description: Whether or not the field should display as inline.
type: bool
- name: name
description: The name of the field.
type: string
- name: value
description: The value of the field.
type: string
|