From 0d76992e31cb097c79c54ffee20058e506607f74 Mon Sep 17 00:00:00 2001 From: VAKiliner <119078586+vakiliner@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:25:37 +0300 Subject: [PATCH] Document PinPermission --- discord/developers/docs/topics/permissions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/developers/docs/topics/permissions.mdx b/discord/developers/docs/topics/permissions.mdx index b9d97f5e5f..fc995419ab 100644 --- a/discord/developers/docs/topics/permissions.mdx +++ b/discord/developers/docs/topics/permissions.mdx @@ -89,6 +89,7 @@ Below is a table of all current permissions, their integer values in hexadecimal | SEND_VOICE_MESSAGES | `0x0000400000000000` `(1 << 46)` | Allows sending voice messages | T, V, S | | SEND_POLLS | `0x0002000000000000` `(1 << 49)` | Allows sending polls | T, V, S | | USE_EXTERNAL_APPS | `0x0004000000000000` `(1 << 50)` | Allows user-installed apps to send public responses. When disabled, users will still be allowed to use their apps but the responses will be ephemeral. This only applies to apps not also installed to the server. | T, V, S | +| PIN_MESSAGES | `0x0008000000000000` `(1 << 51)` | Allows pinning and unpinning messages | T | | Channel Type (Abbreviated) | Description | Channel Types | |----------------------------|-------------|----------------------------------------------------------|