Skip to content

class Tourmaline::ReactionTypeCustomEmoji
inherits Reference #

The reaction is based on a custom emoji.

Included modules

JSON::Serializable

Constructors#

.new(type, custom_emoji_id) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#custom_emoji_id : String #

Custom emoji identifier

View source

#custom_emoji_id=(custom_emoji_id : String) #

Custom emoji identifier

View source

#type : String #

Type of the reaction, always "custom_emoji"

View source

#type=(type : String) #

Type of the reaction, always "custom_emoji"

View source