mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-19 21:32:49 +00:00
discord: add SuppressNotifications to MessageFlags
Related: https://github.com/discord/discord-api-docs/pull/5910
This commit is contained in:
parent
52f70d95eb
commit
53c0da7358
|
@ -197,6 +197,10 @@ const (
|
|||
// MessageLoading specifies whether the message is an Interaction Response
|
||||
// and the bot is "thinking"
|
||||
MessageLoading
|
||||
// TODO: add FailedToMentionSomeRolesInThread
|
||||
|
||||
// SuppressNotifications specifies whether the message will not trigger push and desktop notifications.
|
||||
SuppressNotifications = 1 << 12
|
||||
)
|
||||
|
||||
// StickerItem contains partial data of a Sticker.
|
||||
|
|
Loading…
Reference in a new issue