class
Hamilton::Types::ReactionTypeCustomEmoji
- Hamilton::Types::ReactionTypeCustomEmoji
- Reference
- Object
Overview
The reaction is based on a custom emoji.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/reaction_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#custom_emoji_id : String
Custom emoji identifier.
-
#custom_emoji_id=(custom_emoji_id : String)
Custom emoji identifier.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#type : String
Type of the reaction, always "custom_emoji".
-
#type=(type : String)
Type of the reaction, always "custom_emoji".