From ade89579b20c5b976f9a6591be7e53f2e99ad325 Mon Sep 17 00:00:00 2001 From: "Lina L." Date: Sat, 23 Aug 2025 21:36:19 +0200 Subject: [PATCH 1/2] add `EMOJI_ADDED` message type --- docs/resources/message.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/message.mdx b/docs/resources/message.mdx index 801bdab0e6..b019b73603 100644 --- a/docs/resources/message.mdx +++ b/docs/resources/message.mdx @@ -112,6 +112,7 @@ Type `19` and `20` are only available in API v8 and above. In v6, they are repre | GUILD_INCIDENT_REPORT_FALSE_ALARM | 39 | true | | PURCHASE_NOTIFICATION | 44 | true | | POLL_RESULT | 46 | true | +| EMOJI_ADDED | 63 | true | \* Can only be deleted by members with `MANAGE_MESSAGES` permission From a5e1955c39ef821df66a0a65ccfbe99b8994b2a1 Mon Sep 17 00:00:00 2001 From: "Lina L." Date: Sun, 24 Aug 2025 20:23:02 +0200 Subject: [PATCH 2/2] add system channel flag --- docs/resources/guild.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/guild.mdx b/docs/resources/guild.mdx index 090e927704..03c76fd694 100644 --- a/docs/resources/guild.mdx +++ b/docs/resources/guild.mdx @@ -125,6 +125,7 @@ Fields specific to the `GUILD_CREATE` event are listed in the [Gateway Events do | SUPPRESS_JOIN_NOTIFICATION_REPLIES | `1 << 3` | Hide member join sticker reply buttons | | SUPPRESS_ROLE_SUBSCRIPTION_PURCHASE_NOTIFICATIONS | `1 << 4` | Suppress role subscription purchase and renewal notifications | | SUPPRESS_ROLE_SUBSCRIPTION_PURCHASE_NOTIFICATION_REPLIES | `1 << 5` | Hide role subscription sticker reply buttons | +| SUPPRESS_UGC_ADDED_NOTIFICATIONS | `1 << 8` | Suppress emoji added notifications | ###### Guild Features