class TelegramBot::ReplyParameters

Included Modules

Defined in:

telegram_bot/types/reply_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(message_id : Int32, *, chat_id : Int64 | String | Nil = nil, allow_sending_without_reply : Bool | Nil = nil, quote : Nil | String = nil, quote_parse_mode : Nil | String = nil, quote_entities : Nil | Array(TelegramBot::MessageEntity) = nil, quote_position : Int32 | Nil = nil, checklist_task_id : Int32 | Nil = nil, poll_option_id : Nil | String = nil) #

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

Instance Method Detail

def allow_sending_without_reply=(allow_sending_without_reply : Bool | Nil) #

def allow_sending_without_reply? : Bool | Nil #

def chat_id : Int64 | String | Nil #

def chat_id=(chat_id : Int64 | String | Nil) #

def checklist_task_id : Int32 | Nil #

def checklist_task_id=(checklist_task_id : Int32 | Nil) #

def message_id : Int32 #

def message_id=(message_id : Int32) #

def poll_option_id : String | Nil #

def poll_option_id=(poll_option_id : String | Nil) #

def quote : String | Nil #

def quote=(quote : String | Nil) #

def quote_entities : Array(MessageEntity) | Nil #

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

def quote_parse_mode : String | Nil #

def quote_parse_mode=(quote_parse_mode : String | Nil) #

def quote_position : Int32 | Nil #

def quote_position=(quote_position : Int32 | Nil) #