class TelegramBot::InputRichBlockMap

Included Modules

Defined in:

telegram_bot/types/input_rich_block.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::InputRichBlock

type : String type, type=(type : String) type=

Constructor methods inherited from class TelegramBot::InputRichBlock

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(location : Location, *, zoom : Int32 | Nil = nil, width : Int32 | Nil = nil, height : Int32 | Nil = nil, caption : RichBlockCaption | Nil = nil) #

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

Instance Method Detail

def caption : RichBlockCaption | Nil #

def caption=(caption : RichBlockCaption | Nil) #

def height : Int32 | Nil #

def height=(height : Int32 | Nil) #

def location : Location #

def location=(location : Location) #

def type : String #

def type=(type : String) #

def width : Int32 | Nil #

def width=(width : Int32 | Nil) #

def zoom : Int32 | Nil #

def zoom=(zoom : Int32 | Nil) #