We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac95d48 commit bce7acaCopy full SHA for bce7aca
interactions/models/discord/enums.py
@@ -457,6 +457,8 @@ class MessageFlags(DiscordIntFlag): # type: ignore
457
"""This message contains a abusive website link, pops up a warning when clicked"""
458
SILENT = 1 << 12
459
"""This message should not trigger push or desktop notifications"""
460
+ VOICE_MESSAGE = 1 << 13
461
+ """This message is a voice message"""
462
463
# Special members
464
NONE = 0
0 commit comments