Skip to content

Commit 81e6716

Browse files
authored
Document PinPermission (#7958)
1 parent a3561ce commit 81e6716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/developers/docs/topics/permissions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
8989
| SEND_VOICE_MESSAGES | `0x0000400000000000` `(1 << 46)` | Allows sending voice messages | T, V, S |
9090
| SEND_POLLS | `0x0002000000000000` `(1 << 49)` | Allows sending polls | T, V, S |
9191
| 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 |
92+
| PIN_MESSAGES | `0x0008000000000000` `(1 << 51)` | Allows pinning and unpinning messages | T |
9293

9394
| Channel Type (Abbreviated) | Description | Channel Types |
9495
|----------------------------|-------------|----------------------------------------------------------|

0 commit comments

Comments
 (0)