class TelegramBot::ChecklistTasksDone

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 checklist_message : Message | Nil #

def checklist_message=(checklist_message : Message | Nil) #

def marked_as_done_task_ids : Array(Int32) | Nil #

def marked_as_done_task_ids=(marked_as_done_task_ids : Array(Int32) | Nil) #

def marked_as_not_done_task_ids : Array(Int32) | Nil #

def marked_as_not_done_task_ids=(marked_as_not_done_task_ids : Array(Int32) | Nil) #