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

#include <gateway.h>

Collaboration diagram for discord_message_reaction_add:
[legend]

Data Fields

u64snowflake user_id
 
u64snowflake channel_id
 
u64snowflake message_id
 
u64snowflake guild_id
 
struct discord_guild_membermember
 
struct discord_emojiemoji
 

Detailed Description

Public methods

Field Documentation

◆ user_id

u64snowflake discord_message_reaction_add::user_id

the id of the user

◆ channel_id

u64snowflake discord_message_reaction_add::channel_id

the id of the channel

◆ message_id

u64snowflake discord_message_reaction_add::message_id

the id of the message

◆ guild_id

u64snowflake discord_message_reaction_add::guild_id

the id of the guild

◆ member

struct discord_guild_member* discord_message_reaction_add::member

the member who reacted if this happened in a guild

◆ emoji

struct discord_emoji* discord_message_reaction_add::emoji

the emoji used to react


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