class TelegramBot::InputRichBlockTable

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(cells : Array(Array(RichBlockTableCell)), *, is_bordered : Bool | Nil = nil, is_striped : Bool | Nil = nil, is_compact : Bool | Nil = nil, caption : RichText | Nil = nil) #

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

Instance Method Detail

def caption : RichText | Nil #

def caption=(caption : RichText | Nil) #

def cells : Array(Array(RichBlockTableCell)) #

def cells=(cells : Array(Array(RichBlockTableCell))) #

def is_bordered=(is_bordered : Bool | Nil) #

def is_bordered? : Bool | Nil #

def is_compact=(is_compact : Bool | Nil) #

def is_compact? : Bool | Nil #

def is_striped=(is_striped : Bool | Nil) #

def is_striped? : Bool | Nil #

def type : String #

def type=(type : String) #