class
TelegramBot::Checklist
- TelegramBot::Checklist
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/checklist.crConstructors
Instance Method Summary
- #others_can_add_tasks=(others_can_add_tasks : Bool | Nil)
- #others_can_add_tasks? : Bool | Nil
- #others_can_mark_tasks_as_done=(others_can_mark_tasks_as_done : Bool | Nil)
- #others_can_mark_tasks_as_done? : Bool | Nil
- #tasks : Array(ChecklistTask)
- #tasks=(tasks : Array(ChecklistTask))
- #title : String
- #title=(title : String)
- #title_entities : Array(MessageEntity) | Nil
- #title_entities=(title_entities : Array(MessageEntity) | Nil)