class TelegramBot::RichBlockTableCell

Included Modules

Defined in:

telegram_bot/types/rich_block.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(align : String, valign : String, *, text : RichText | Nil = nil, is_header : Bool | Nil = nil, colspan : Int32 | Nil = nil, rowspan : Int32 | Nil = nil) #

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

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

Instance Method Detail

def align : String #

def align=(align : String) #

def colspan : Int32 | Nil #

def colspan=(colspan : Int32 | Nil) #

def is_header=(is_header : Bool | Nil) #

def is_header? : Bool | Nil #

def rowspan : Int32 | Nil #

def rowspan=(rowspan : Int32 | Nil) #

def text : RichText | Nil #

def text=(text : RichText | Nil) #

def valign : String #

def valign=(valign : String) #