Concord - C Discord API library
A Discord API wrapper library written in C
|
Macros | |
#define | DISCORD_MESSAGE_CROSSPOSTED 1 << 0 |
#define | DISCORD_MESSAGE_IS_CROSSPOST 1 << 1 |
#define | DISCORD_MESSAGE_SUPRPRESS_EMBEDS 1 << 2 |
#define | DISCORD_MESSAGE_SOURCE_MESSAGE_DELETED 1 << 3 |
#define | DISCORD_MESSAGE_URGENT 1 << 4 |
#define | DISCORD_MESSAGE_HAS_THREAD 1 << 5 |
#define | DISCORD_MESSAGE_EPHEMERAL 1 << 6 |
#define | DISCORD_MESSAGE_LOADING 1 << 7 |
#define | DISCORD_MESSAGE_FAILED_TO_MENTION_SOME_ROLES_IN_THREAD 1 << 8 |
#define DISCORD_MESSAGE_CROSSPOSTED 1 << 0 |
this message has been published to subscribed channels (via Channel Following)
#define DISCORD_MESSAGE_IS_CROSSPOST 1 << 1 |
this message originated from a message in another channel (via Channel Following)
#define DISCORD_MESSAGE_SUPRPRESS_EMBEDS 1 << 2 |
do not include any embed when serializing this message
#define DISCORD_MESSAGE_SOURCE_MESSAGE_DELETED 1 << 3 |
the source message for this crosspost has been deleted (via Channel Following)
#define DISCORD_MESSAGE_URGENT 1 << 4 |
this message came from the urgent message system
#define DISCORD_MESSAGE_HAS_THREAD 1 << 5 |
this message has an associated thread, with the same ID as the message
#define DISCORD_MESSAGE_EPHEMERAL 1 << 6 |
this message is only visible to the user who invoked the interaction
#define DISCORD_MESSAGE_LOADING 1 << 7 |
this message is an interaction response and the bot is thinking
#define DISCORD_MESSAGE_FAILED_TO_MENTION_SOME_ROLES_IN_THREAD 1 << 8 |
this message failed to mention some roles and add the members to the thread