class TelegramBot::InputChecklistTask

Included Modules

Defined in:

telegram_bot/types/checklist.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, text : String, *, parse_mode : Nil | String = nil, text_entities : Nil | Array(TelegramBot::MessageEntity) = nil) #

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

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

Instance Method Detail

def id : Int32 #

def id=(id : Int32) #

def parse_mode : String | Nil #

def parse_mode=(parse_mode : String | Nil) #

def text : String #

def text=(text : String) #

def text_entities : Array(MessageEntity) | Nil #

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