Skip to content

Commit

Permalink
Add message flag for forwarded messages (#7253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qreepex authored Jan 23, 2025
1 parent 6978149 commit 1225409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/Message.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Represents a message sent in a channel within Discord.
| FAILED_TO_MENTION_SOME_ROLES_IN_THREAD | `1 << 8` | this message failed to mention some roles and add their members to the thread |
| SUPPRESS_NOTIFICATIONS | `1 << 12` | this message will not trigger push and desktop notifications |
| IS_VOICE_MESSAGE | `1 << 13` | this message is a voice message |
| HAS_SNAPSHOT | `1 << 14` | this message has a snapshot (via Message Forwarding) |

###### Example Message

Expand Down

0 comments on commit 1225409

Please sign in to comment.