class TelegramBot::RichMessage

Included Modules

Defined in:

telegram_bot/types/rich_message.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(blocks : Array(RichBlock), *, is_rtl : Bool | Nil = nil) #

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

Instance Method Detail

def blocks : Array(RichBlock) #

def blocks=(blocks : Array(RichBlock)) #

def is_rtl=(is_rtl : Bool | Nil) #

def is_rtl? : Bool | Nil #