class TelegramBot::Checklist

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 others_can_add_tasks=(others_can_add_tasks : Bool | Nil) #

def others_can_add_tasks? : Bool | Nil #

def others_can_mark_tasks_as_done=(others_can_mark_tasks_as_done : Bool | Nil) #

def others_can_mark_tasks_as_done? : Bool | Nil #

def tasks : Array(ChecklistTask) #

def tasks=(tasks : Array(ChecklistTask)) #

def title : String #

def title=(title : String) #

def title_entities : Array(MessageEntity) | Nil #

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