tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ChecklistTasksDone Struct Reference

Describes a service message about checklist tasks marked as done or not done. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChecklistTasksDone>

Public Attributes

std::shared_ptr< MessagechecklistMessage { }
 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.

Detailed Description

Describes a service message about checklist tasks marked as done or not done.

Definition at line 3086 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 3087 of file Types.h.

Member Data Documentation

◆ 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: