class TelegramBot::TextQuote

Included Modules

Defined in:

telegram_bot/types/text_quote.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Instance Method Detail

def entities : Array(MessageEntity) | Nil #

def entities=(entities : Array(MessageEntity) | Nil) #

def is_manual=(is_manual : Bool | Nil) #

def is_manual? : Bool | Nil #

def position : Int32 #

def position=(position : Int32) #

def text : String #

def text=(text : String) #