class TelegramBot::StoryAreaTypeSuggestedReaction

Included Modules

Defined in:

telegram_bot/types/story.cr

Constructors

Instance Method Summary

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(pull : JSON::PullParser) #

def self.new(reaction_type : ReactionType, *, is_dark : Bool | Nil = nil, is_flipped : Bool | Nil = nil) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def is_dark=(is_dark : Bool | Nil) #

def is_dark? : Bool | Nil #

def is_flipped=(is_flipped : Bool | Nil) #

def is_flipped? : Bool | Nil #

def reaction_type : ReactionType #

def reaction_type=(reaction_type : ReactionType) #

def type : String #

def type=(type : String) #