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

#include <gateway.h>

Collaboration diagram for discord_message_reaction_remove_emoji:
[legend]

Data Fields

u64snowflake channel_id
 
u64snowflake guild_id
 
u64snowflake message_id
 
struct discord_emojiemoji
 

Detailed Description

Public methods

Field Documentation

◆ channel_id

u64snowflake discord_message_reaction_remove_emoji::channel_id

the id of the channel

◆ guild_id

u64snowflake discord_message_reaction_remove_emoji::guild_id

the id of the guild

◆ message_id

u64snowflake discord_message_reaction_remove_emoji::message_id

the id of the message

◆ emoji

struct discord_emoji* discord_message_reaction_remove_emoji::emoji

the emoji that was removed


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