class
TelegramBot::ChecklistTask
- TelegramBot::ChecklistTask
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/checklist.crConstructors
Instance Method Summary
- #completed_by_chat : Chat | Nil
- #completed_by_chat=(completed_by_chat : Chat | Nil)
- #completed_by_user : User | Nil
- #completed_by_user=(completed_by_user : User | Nil)
- #completion_date : Int32 | Nil
- #completion_date=(completion_date : Int32 | Nil)
- #id : Int32
- #id=(id : Int32)
- #text : String
- #text=(text : String)
- #text_entities : Array(MessageEntity) | Nil
- #text_entities=(text_entities : Array(MessageEntity) | Nil)