|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Describes a service message about tasks added to a checklist. https://core.telegram.org/bots/api#checklisttasksadded. More...
#include <ChecklistTasksAdded.hpp>
Public Member Functions | |
| ChecklistTasksAdded ()=default | |
| ChecklistTasksAdded (const nl::json &json) | |
| nl::json | toJson () const |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
Public Attributes | |
| Ptr< Message > | checklistMessage |
| Optional. Message containing the checklist to which the tasks were added. | |
| std::vector< Ptr< ChecklistTask > > | tasks |
| List of tasks added to the checklist. | |
Describes a service message about tasks added to a checklist. https://core.telegram.org/bots/api#checklisttasksadded.
Definition at line 10 of file ChecklistTasksAdded.hpp.
|
default |
|
inlineexplicit |
Definition at line 12 of file ChecklistTasksAdded.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 31 of file ChecklistTasksAdded.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 24 of file ChecklistTasksAdded.hpp.
Optional. Message containing the checklist to which the tasks were added.
Definition at line 17 of file ChecklistTasksAdded.hpp.
| std::vector<Ptr<ChecklistTask> > tgbotxx::ChecklistTasksAdded::tasks |
List of tasks added to the checklist.
Definition at line 20 of file ChecklistTasksAdded.hpp.