Something like converting an MP3 URL to be sent as audio on Discord. Or another way to send audios like this.
It doesn’t look like the API currently supports sending voice messages. Once Inventor supports attachments, it’ll be possible to attach MP3s just as it will be possible to attach other files, and the built-in standard file player should work for those. This is planned but there is no ETA and other features take priority.
Doesn’t it support if a message is sent with both a voice message flag and the metadata?
I can’t find anything about it on the discord docs, so this looks like an unofficial/undocumented thing, which we avoid implementing.
It’s in the Docs. At the end of that github doc they provide the link for the docs.
Here: Discord Developer Portal
It’s a message flag, so we need the audio file or metadata and then use the audio message flag.
Discord’s docs indicate how to determine if a message is a voice message, not how to send one.
Please check this,
Those docs indicate how to read a voice message.
I’m closing this thread. You can use undocumented API endpoints through manual network requests if you wish, but this feature will not be implemented in Inventor.