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

#include <gateway.h>

Collaboration diagram for discord_message_reaction_remove:
[legend]

Data Fields

u64snowflake user_id
 
u64snowflake channel_id
 
u64snowflake message_id
 
u64snowflake guild_id
 
struct discord_emojiemoji
 

Detailed Description

Public methods

Field Documentation

◆ user_id

u64snowflake discord_message_reaction_remove::user_id

the id of the user

◆ channel_id

u64snowflake discord_message_reaction_remove::channel_id

the id of the channel

◆ message_id

u64snowflake discord_message_reaction_remove::message_id

the id of the message

◆ guild_id

u64snowflake discord_message_reaction_remove::guild_id

the id of the guild

◆ emoji

struct discord_emoji* discord_message_reaction_remove::emoji

the emoji used to react


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