Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support stage channel message types #2146

Closed
suneettipirneni opened this issue Feb 15, 2023 · 0 comments · Fixed by #2147
Closed

Support stage channel message types #2146

suneettipirneni opened this issue Feb 15, 2023 · 0 comments · Fixed by #2147
Labels
c-model Affects the model crate d-api Change related to Discord's API. t-feature Addition of a new feature

Comments

@suneettipirneni
Copy link
Member

suneettipirneni commented Feb 15, 2023

Add support for the new message types used for stage channels:

  • STAGE_START
  • STAGE_END
  • STAGE_SPEAKER
  • STAGE_TOPIC

Discord API docs: discord/discord-api-docs#5927

@7596ff 7596ff added t-feature Addition of a new feature c-model Affects the model crate d-api Change related to Discord's API. labels Feb 16, 2023
@zeylahellyer zeylahellyer changed the title Add support for stage video features Support stage channel message types Feb 17, 2023
zeylahellyer pushed a commit that referenced this issue Feb 17, 2023
Add support for the new message types for text channels within stage
channels. These variants are all system messages, and are:

- `StageStart` when a stage has started;
- `StageEnd` when a stage has ended;
- `StageSpeaker` when someone becomes a speaker; and
- `StageTopic` when the topic of the stage changes.

Closes #2146.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-model Affects the model crate d-api Change related to Discord's API. t-feature Addition of a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants