-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat: send voice messages #10462
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
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 GitHub. 2 Skipped Deployments
|
Whats the status on this? @vladfrangu |
Please see what this pull request depends on: discord/discord-api-docs#7267 Awaiting documentation from Discord. |
This PR needs a rebase and a revival |
6d5b34a
to
e84c497
Compare
e84c497
to
c0dcbd8
Compare
* @property {string} [name] The name of the attachment | ||
* @property {string} [description] The description of the attachment | ||
* @property {title} [title] The title of the attachment | ||
* @property {string} [waveform] The base64 encoded byte array representing a sampled waveform |
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.
should we document (eveywhere you can set this and duration) that these are currently only used for voice messages?
Co-authored-by: ckohen <chaikohen@gmail.com>
Please describe the changes this PR makes and why it should be merged:
Adds the ability to send voice messages
Resolves #10298
Depends on:
IS_VOICE_MESSAGE
flag to the Create Message endpoint discord/discord-api-docs#7267Status and versioning classification: