From 36e9859460754000aa4aa50b16f9bf512cf4b90c Mon Sep 17 00:00:00 2001 From: qreepex Date: Mon, 4 Nov 2024 21:04:58 +0100 Subject: [PATCH 1/3] Add message flag for forwarded messages --- docs/resources/Message.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/Message.md b/docs/resources/Message.md index 4681808d91..ccc65fac7f 100644 --- a/docs/resources/Message.md +++ b/docs/resources/Message.md @@ -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 | +| IS_FORWARDED_MESSAGE | `1 << 14` | this message is a forwarded message | ###### Example Message From a0c29fcf28ad61eef2ed05c8909de8550c95e366 Mon Sep 17 00:00:00 2001 From: qreepex Date: Mon, 4 Nov 2024 21:10:29 +0100 Subject: [PATCH 2/3] Update Message.md --- docs/resources/Message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/Message.md b/docs/resources/Message.md index ccc65fac7f..490eed9f1f 100644 --- a/docs/resources/Message.md +++ b/docs/resources/Message.md @@ -143,7 +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 | -| IS_FORWARDED_MESSAGE | `1 << 14` | this message is a forwarded message | +| HAS_SNAPSHOT | `1 << 14` | this message is a forwarded message | ###### Example Message From ba50767312690b8d9bd6587e0e81aeecc2c4e0c2 Mon Sep 17 00:00:00 2001 From: qreepex Date: Mon, 4 Nov 2024 21:12:15 +0100 Subject: [PATCH 3/3] Update Message.md --- docs/resources/Message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/Message.md b/docs/resources/Message.md index 490eed9f1f..7a164324a7 100644 --- a/docs/resources/Message.md +++ b/docs/resources/Message.md @@ -143,7 +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 is a forwarded message | +| HAS_SNAPSHOT | `1 << 14` | this message has a snapshot (via Message Forwarding) | ###### Example Message