class
TelegramBot::ReactionTypeCustomEmoji
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/reaction_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(custom_emoji_id : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #custom_emoji_id : String
- #custom_emoji_id=(custom_emoji_id : String)
- #type : String
- #type=(type : String)
Instance methods inherited from class TelegramBot::ReactionType
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class TelegramBot::ReactionType
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new