|
tgbot-cpp
|
Describes a service message about tasks added to a checklist. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChecklistTasksAdded> |
Public Attributes | |
| std::shared_ptr< Message > | checklistMessage { } |
| Optional. Message containing the checklist to which the tasks were added. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply. | |
| std::vector< std::shared_ptr< ChecklistTask > > | tasks { } |
| List of tasks added to the checklist. | |
Describes a service message about tasks added to a checklist.
| using TgBot::ChecklistTasksAdded::Ptr = std::shared_ptr<ChecklistTasksAdded> |
| std::shared_ptr<Message> TgBot::ChecklistTasksAdded::checklistMessage { } |
| std::vector<std::shared_ptr<ChecklistTask> > TgBot::ChecklistTasksAdded::tasks { } |