struct Discord::Gateway::MessageReactionRemoveEmojiPayload

Defined in:

discordcr/mappings/gateway.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_859 : JSON::PullParser) #

Instance Method Detail

def channel_id : Snowflake #

def channel_id=(_channel_id : Snowflake) #

def emoji : ReactionEmoji #

def emoji=(_emoji : ReactionEmoji) #

def guild_id : Snowflake #

def guild_id=(_guild_id : Snowflake) #

def message_id : Snowflake #

def message_id=(_message_id : Snowflake) #

def to_json(json : JSON::Builder) #