|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Describes a service message about checklist tasks marked as done or not done. https://core.telegram.org/bots/api#checklisttasksdone. More...
#include <ChecklistTasksDone.hpp>
Public Member Functions | |
| ChecklistTasksDone ()=default | |
| ChecklistTasksDone (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 whose tasks were marked as done or not done. Note: reply_to_message is excluded even if it was a reply. | |
| std::vector< std::int32_t > | markedAsDoneTaskIds |
| Optional. Identifiers of the tasks that were marked as done. | |
| 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. https://core.telegram.org/bots/api#checklisttasksdone.
Definition at line 8 of file ChecklistTasksDone.hpp.
|
default |
|
inlineexplicit |
Definition at line 10 of file ChecklistTasksDone.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 34 of file ChecklistTasksDone.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 26 of file ChecklistTasksDone.hpp.
Optional. Message containing the checklist whose tasks were marked as done or not done. Note: reply_to_message is excluded even if it was a reply.
Definition at line 16 of file ChecklistTasksDone.hpp.
| std::vector<std::int32_t> tgbotxx::ChecklistTasksDone::markedAsDoneTaskIds |
Optional. Identifiers of the tasks that were marked as done.
Definition at line 19 of file ChecklistTasksDone.hpp.
| std::vector<std::int32_t> tgbotxx::ChecklistTasksDone::markedAsNotDoneTaskIds |
Optional. Identifiers of the tasks that were marked as not done.
Definition at line 22 of file ChecklistTasksDone.hpp.