Florian Spieß
Florian Spieß
This is working as intended: https://discord.com/developers/docs/resources/channel#create-message > For the embed object, you can set every field except type (it will be rich regardless of if you try to set it),...
## Payload with populated attachments array ``` --boundary Content-Disposition: form-data; name="files[0]"; filename="image.png" Content-Type: application/octet-stream [image bytes] --boundary Content-Disposition: form-data; name="payload_json" Content-Type: application/json {"attachments": [{"id" : "994892044541644861"}]} --boundary-- ``` On v9...
1. This is not mentioned in the [changelog](https://discord.com/developers/docs/change-log#api-v10) 2. I still don't think this API change is good. There are only negatives. 3. You don't need to specify new attachments...
> it's the only way to add the file description / alt text It really shouldn't be the only way, either. Adding a file with a description shouldn't need to...
Is it intentional that there is no audit log entry for disabling invites?
I think it should also be used for deduplicating messages for bots, since the same problem happens with bots. When the request results in a bad gateway error, you have...
Legitimate use-cases were brought up in the comments of this issue, and allegedly the nonce will be used to dedupe messages of bots on v11+.
Could the documentation for this be added together with v4?
When trying to use the `application.flags` provided by the READY dispatch, I also noticed that these flags are incorrect on v9: The application payload I receive on gateway v9 shows...
Same issue seems to happen on `MESSAGE_UPDATE` events as well.