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

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

Detailed Description

Describes a service message about tasks added to a checklist.

Definition at line 3063 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 3064 of file Types.h.

Member Data Documentation

◆ checklistMessage

std::shared_ptr<Message> TgBot::ChecklistTasksAdded::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.

Definition at line 3071 of file Types.h.

◆ tasks

std::vector<std::shared_ptr<ChecklistTask> > TgBot::ChecklistTasksAdded::tasks { }

List of tasks added to the checklist.

Definition at line 3076 of file Types.h.


The documentation for this struct was generated from the following file: