class TelegramBot::ChecklistTask

Included Modules

Defined in:

telegram_bot/types/checklist.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 completed_by_chat : Chat | Nil #

def completed_by_chat=(completed_by_chat : Chat | Nil) #

def completed_by_user : User | Nil #

def completed_by_user=(completed_by_user : User | Nil) #

def completion_date : Int32 | Nil #

def completion_date=(completion_date : Int32 | Nil) #

def id : Int32 #

def id=(id : Int32) #

def text : String #

def text=(text : String) #

def text_entities : Array(MessageEntity) | Nil #

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