Concord - C Discord API library
A Discord API wrapper library written in C
discord_message_interaction Struct Reference

#include <interactions.h>

Collaboration diagram for discord_message_interaction:
[legend]

Data Fields

u64snowflake id
 
enum discord_interaction_types type
 
char * name
 
struct discord_useruser
 
struct discord_guild_membermember
 

Field Documentation

◆ id

u64snowflake discord_message_interaction::id

ID of the interaction

◆ type

enum discord_interaction_types discord_message_interaction::type

the type of interaction

◆ name

char* discord_message_interaction::name

the name of the application command

◆ user

struct discord_user* discord_message_interaction::user

the user who invoked the interaction

◆ member

struct discord_guild_member* discord_message_interaction::member

the member who invoked the interaction in the guild


The documentation for this struct was generated from the following file: