Skip to content

Commit

Permalink
Add missing message types (#5815)
Browse files Browse the repository at this point in the history
* Add missing message types

* Update docs/resources/Channel.md

Co-authored-by: Aura Román <[email protected]>

Co-authored-by: Aura Román <[email protected]>
  • Loading branch information
johnnyataisg and kyranet authored Jan 6, 2023
1 parent 373be34 commit e9711be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,13 @@ Represents a message sent in a channel within Discord.
| CONTEXT_MENU_COMMAND | 23 | true |
| AUTO_MODERATION_ACTION | 24 | true* |
| ROLE_SUBSCRIPTION_PURCHASE | 25 | true |
| INTERACTION_PREMIUM_UPSELL | 26 | true |
| STAGE_START | 27 | true |
| STAGE_END | 28 | true |
| STAGE_SPEAKER | 29 | true |
| STAGE_RAISE_HAND | 30 | true |
| STAGE_TOPIC | 31 | true |
| GUILD_APPLICATION_PREMIUM_SUBSCRIPTION | 32 | false |

\* Can only be deleted by members with `MANAGE_MESSAGES` permission

Expand Down

0 comments on commit e9711be

Please sign in to comment.