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 8043947 commit 80cbbd7Copy full SHA for 80cbbd7
discord/flags.py
@@ -325,6 +325,11 @@ def loading(self):
325
def failed_to_mention_some_roles_in_thread(self):
326
""":class:`bool`: Returns ``True`` if the message failed to mention some roles and add their members to the thread."""
327
return 256
328
+
329
+ @flag_value
330
+ def suppress_notifications(self):
331
+ """:class:`bool`: Returns ``True`` if the message is "silent" (does not trigger pus-notifications)"""
332
+ return 4096
333
334
335
@fill_with_flags()
0 commit comments