-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: send voice messages #10462
base: main
Are you sure you want to change the base?
feat: send voice messages #10462
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
@@ -20,7 +20,8 @@ class GuildForumThreadManager extends ThreadManager { | |||
* @typedef {BaseMessageOptions} GuildForumThreadMessageCreateOptions | |||
* @property {StickerResolvable} [stickers] The stickers to send with the message | |||
* @property {BitFieldResolvable} [flags] The flags to send with the message | |||
* <info>Only `MessageFlags.SuppressEmbeds` and `MessageFlags.SuppressNotifications` can be set.</info> | |||
* <info>Only `MessageFlags.SuppressEmbeds`, `MessageFlags.SuppressNotifications`, and `MessageFlags.IsVoiceMessage` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still not documented so, or I'm missing something?
https://github.com/discord/discord-api-docs/blob/12d64791a79503e1172d6972a52e31c08cfe11cd/docs/resources/Message.md?plain=1#L761
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please describe the changes this PR makes and why it should be merged:
Adds the ability to send voice messages
Resolves #10298
Status and versioning classification: