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 suppressed notification messages #2137

Closed
zeylahellyer opened this issue Feb 11, 2023 · 0 comments · Fixed by #2129
Closed

Support suppressed notification messages #2137

zeylahellyer opened this issue Feb 11, 2023 · 0 comments · Fixed by #2129
Labels
c-http Affects the http crate c-model Affects the model crate d-api Change related to Discord's API.

Comments

@zeylahellyer
Copy link
Member

Add support for messages with suppressed notifications.

This is a new message flag, 1 << 12, named SUPPRESS_NOTIFICATIONS. This flag can be sent when creating a message or a new thread in a forum channel.

API docs:

@zeylahellyer zeylahellyer added c-http Affects the http crate c-model Affects the model crate d-api Change related to Discord's API. labels Feb 11, 2023
zeylahellyer pushed a commit that referenced this issue Feb 11, 2023
Adds support for messages with suppressed notifications via a new
`SUPPRESS_NOTIFICATIONS` message flag. This can be set when creating new
messages and creating new threads in forum channels.

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

Successfully merging a pull request may close this issue.

1 participant