class
TelegramBot::StoryAreaTypeSuggestedReaction
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/story.crConstructors
- .new(pull : JSON::PullParser)
- .new(reaction_type : ReactionType, *, is_dark : Bool | Nil = nil, is_flipped : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #is_dark=(is_dark : Bool | Nil)
- #is_dark? : Bool | Nil
- #is_flipped=(is_flipped : Bool | Nil)
- #is_flipped? : Bool | Nil
- #reaction_type : ReactionType
- #reaction_type=(reaction_type : ReactionType)
- #type : String
- #type=(type : String)
Instance methods inherited from class TelegramBot::StoryAreaType
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class TelegramBot::StoryAreaType
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new
Constructor Detail
def self.new(reaction_type : ReactionType, *, is_dark : Bool | Nil = nil, is_flipped : Bool | Nil = nil)
#