adds support for animated emojis (#496)
This commit is contained in:
parent
e024d5f032
commit
e6ed3d579b
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ type Emoji struct {
|
||||||
Roles []string `json:"roles"`
|
Roles []string `json:"roles"`
|
||||||
Managed bool `json:"managed"`
|
Managed bool `json:"managed"`
|
||||||
RequireColons bool `json:"require_colons"`
|
RequireColons bool `json:"require_colons"`
|
||||||
|
Animated bool `json:"animated"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// APIName returns an correctly formatted API name for use in the MessageReactions endpoints.
|
// APIName returns an correctly formatted API name for use in the MessageReactions endpoints.
|
||||||
|
|
Loading…
Reference in a new issue