|
Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
#include <discord.h>

Public Attributes | |
| char * | content |
| the content of the message being sent More... | |
| char * | nonce |
| the nonce of the message being sent | |
| bool | tts |
| enable/disable text-to-speech | |
| struct discord_embed * | embed |
| struct discord_channel_allowed_mentions * | allowed_mentions |
| struct discord_message_reference * | message_reference |
| struct { | |
| char * name | |
| the name of the file being sent | |
| char * content | |
| the contents of the file being sent (optional) | |
| size_t size | |
| the size of the file being sent (if content is set) | |
| } | file |
| char * | payload_json |
application/json, UNLESS any multipart/form-data parameter is set | char* discord_create_message_params::content |
the content of the message being sent
the contents of the file being sent (optional)
1.8.17