Discord::Gateway::MessageReactionPayload
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
channel_id
Sourcechannel_id=(channel_id : Snowflake)
Sourceemoji
Sourceemoji=(emoji : ReactionEmoji)
Sourceguild_id
Sourceguild_id=(guild_id : Snowflake | Nil)
Sourcemessage_id
Sourcemessage_id=(message_id : Snowflake)
Sourceuser_id
Sourceuser_id=(user_id : Snowflake)
Source