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 6978149 commit 1225409Copy full SHA for 1225409
docs/resources/Message.md
@@ -143,6 +143,7 @@ Represents a message sent in a channel within Discord.
143
| FAILED_TO_MENTION_SOME_ROLES_IN_THREAD | `1 << 8` | this message failed to mention some roles and add their members to the thread |
144
| SUPPRESS_NOTIFICATIONS | `1 << 12` | this message will not trigger push and desktop notifications |
145
| IS_VOICE_MESSAGE | `1 << 13` | this message is a voice message |
146
+| HAS_SNAPSHOT | `1 << 14` | this message has a snapshot (via Message Forwarding) |
147
148
###### Example Message
149
0 commit comments