Describes a service message about checklist tasks marked as done or not done.
More...
#include <Types.h>
|
| std::shared_ptr< Message > | checklistMessage { } |
| | Optional. Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
|
| std::optional< std::vector< std::int32_t > > | markedAsDoneTaskIds { } |
| | Optional. Identifiers of the tasks that were marked as done.
|
| std::optional< std::vector< std::int32_t > > | markedAsNotDoneTaskIds { } |
| | Optional. Identifiers of the tasks that were marked as not done.
|
Describes a service message about checklist tasks marked as done or not done.
Definition at line 3086 of file Types.h.
◆ Ptr
◆ checklistMessage
| std::shared_ptr<Message> TgBot::ChecklistTasksDone::checklistMessage { } |
Optional. Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
Definition at line 3094 of file Types.h.
◆ markedAsDoneTaskIds
| std::optional<std::vector<std::int32_t> > TgBot::ChecklistTasksDone::markedAsDoneTaskIds { } |
Optional. Identifiers of the tasks that were marked as done.
Definition at line 3099 of file Types.h.
◆ markedAsNotDoneTaskIds
| std::optional<std::vector<std::int32_t> > TgBot::ChecklistTasksDone::markedAsNotDoneTaskIds { } |
Optional. Identifiers of the tasks that were marked as not done.
Definition at line 3104 of file Types.h.
The documentation for this struct was generated from the following file: