diff --git a/docs/resources/Channel.md b/docs/resources/Channel.md index 9cd09400b4..054a10eb0c 100644 --- a/docs/resources/Channel.md +++ b/docs/resources/Channel.md @@ -359,17 +359,18 @@ Represents a message sent in a channel within Discord. ###### Message Flags -| Flag | Value | Description | -| -------------------------------------- | ------ | --------------------------------------------------------------------------------- | -| CROSSPOSTED | 1 << 0 | this message has been published to subscribed channels (via Channel Following) | -| IS_CROSSPOST | 1 << 1 | this message originated from a message in another channel (via Channel Following) | -| SUPPRESS_EMBEDS | 1 << 2 | do not include any embeds when serializing this message | -| SOURCE_MESSAGE_DELETED | 1 << 3 | the source message for this crosspost has been deleted (via Channel Following) | -| URGENT | 1 << 4 | this message came from the urgent message system | -| HAS_THREAD | 1 << 5 | this message has an associated thread, with the same id as the message | -| EPHEMERAL | 1 << 6 | this message is only visible to the user who invoked the Interaction | -| LOADING | 1 << 7 | this message is an Interaction Response and the bot is "thinking" | -| FAILED_TO_MENTION_SOME_ROLES_IN_THREAD | 1 << 8 | this message failed to mention some roles and add their members to the thread | +| Flag | Value | Description | +| -------------------------------------- | ------ | ------------------------------------------------------------------------------------------- | +| CROSSPOSTED | 1 << 0 | this message has been published to subscribed channels (via Channel Following) | +| IS_CROSSPOST | 1 << 1 | this message originated from a message in another channel (via Channel Following) | +| SUPPRESS_EMBEDS | 1 << 2 | do not include any embeds when serializing this message | +| SOURCE_MESSAGE_DELETED | 1 << 3 | the source message for this crosspost has been deleted (via Channel Following) | +| URGENT | 1 << 4 | this message came from the urgent message system | +| HAS_THREAD | 1 << 5 | this message has an associated thread, with the same id as the message | +| EPHEMERAL | 1 << 6 | this message is only visible to the user who invoked the Interaction | +| LOADING | 1 << 7 | this message is an Interaction Response and the bot is "thinking" | +| 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 is an @silent message and will not send any notifications to users it mentions | ###### Example Message