Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <interactions.h>
Data Fields | |
u64snowflake | id |
enum discord_interaction_types | type |
char * | name |
struct discord_user * | user |
struct discord_guild_member * | member |
u64snowflake discord_message_interaction::id |
ID of the interaction
enum discord_interaction_types discord_message_interaction::type |
the type of interaction
char* discord_message_interaction::name |
the name of the application command
struct discord_user* discord_message_interaction::user |
the user who invoked the interaction
struct discord_guild_member* discord_message_interaction::member |
the member who invoked the interaction in the guild