Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
struct strings * | parse |
struct snowflakes * | roles |
struct snowflakes * | users |
bool | replied_user |
struct strings* discord_allowed_mention::parse |
An array of allowed mention tpes to parse from the content
struct snowflakes* discord_allowed_mention::roles |
Array of role_ids to mention (Max size of 100)
struct snowflakes* discord_allowed_mention::users |
Array of user_ids to mention (Max size of 100)
bool discord_allowed_mention::replied_user |
For replies, whether to mention the author of the message being replied to (default false)