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

#include <channel.h>

Collaboration diagram for discord_reaction:
[legend]

Data Fields

int count
 
struct discord_reaction_count_detailscount_details
 
bool me
 
bool me_burst
 
struct discord_emojiemoji
 
char * burst_colors
 

Field Documentation

◆ count

int discord_reaction::count

times this emoji has been used to react

◆ count_details

struct discord_reaction_count_details* discord_reaction::count_details

breakdown of normal and super reaction counts for the associated emoji

◆ me

bool discord_reaction::me

whether the current user reacted using this emoji

◆ me_burst

bool discord_reaction::me_burst

whether the current user super-reacted using this emoji

◆ emoji

struct discord_emoji* discord_reaction::emoji

emoji information

◆ burst_colors

char* discord_reaction::burst_colors

HEX colors used for super reaction


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