Skip to content

Commit 1225409

Browse files
authored
Add message flag for forwarded messages (#7253)
1 parent 6978149 commit 1225409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/Message.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Represents a message sent in a channel within Discord.
143143
| FAILED_TO_MENTION_SOME_ROLES_IN_THREAD | `1 << 8` | this message failed to mention some roles and add their members to the thread |
144144
| SUPPRESS_NOTIFICATIONS | `1 << 12` | this message will not trigger push and desktop notifications |
145145
| IS_VOICE_MESSAGE | `1 << 13` | this message is a voice message |
146+
| HAS_SNAPSHOT | `1 << 14` | this message has a snapshot (via Message Forwarding) |
146147

147148
###### Example Message
148149

0 commit comments

Comments
 (0)