1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-02 07:18:49 +00:00

discord: add SuppressNotifications to MessageFlags

Related: https://github.com/discord/discord-api-docs/pull/5910
This commit is contained in:
ayn2op 2023-02-11 15:02:59 +05:30 committed by diamondburned
parent 52f70d95eb
commit 53c0da7358

View file

@ -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.