|
tgbot-cpp
|
Describes a checklist. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<Checklist> |
Public Attributes | |
| std::string | title { } |
| Title of the checklist. | |
| std::optional< std::vector< std::shared_ptr< MessageEntity > > > | titleEntities { } |
| Optional. Special entities that appear in the checklist title. | |
| std::vector< std::shared_ptr< ChecklistTask > > | tasks { } |
| List of tasks in the checklist. | |
| std::optional< bool > | othersCanAddTasks { } |
| Optional. True, if users other than the creator of the list can add tasks to the list. | |
| std::optional< bool > | othersCanMarkTasksAsDone { } |
| Optional. True, if users other than the creator of the list can mark tasks as done or not done. | |
| using TgBot::Checklist::Ptr = std::shared_ptr<Checklist> |
| std::optional<bool> TgBot::Checklist::othersCanAddTasks { } |
| std::optional<bool> TgBot::Checklist::othersCanMarkTasksAsDone { } |
| std::vector<std::shared_ptr<ChecklistTask> > TgBot::Checklist::tasks { } |
| std::string TgBot::Checklist::title { } |
| std::optional<std::vector<std::shared_ptr<MessageEntity> > > TgBot::Checklist::titleEntities { } |