Inherits MessageContent.
Some tasks from a checklist were marked as done or not done.
Public Fields | |
int53 | checklist_message_id_ |
Identifier of the message with the checklist; can be 0 if the message was deleted. | |
array< int32 > | marked_as_done_task_ids_ |
Identifiers of tasks that were marked as done. | |
array< int32 > | marked_as_not_done_task_ids_ |
Identifiers of tasks that were marked as not done. | |
Public Instance Methods | |
messageChecklistTasksDone () | |
messageChecklistTasksDone (int53 checklist_message_id_, array< int32 > &&marked_as_done_task_ids_, array< int32 > &&marked_as_not_done_task_ids_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -716083401 |
Identifier uniquely determining a type of the object. | |
Some tasks from a checklist were marked as done or not done.
messageChecklistTasksDone | ( | int53 | checklist_message_id_, |
array< int32 > && | marked_as_done_task_ids_, | ||
array< int32 > && | marked_as_not_done_task_ids_ | ||
) |
Some tasks from a checklist were marked as done or not done.
[in] | checklist_message_id_ | Identifier of the message with the checklist; can be 0 if the message was deleted. |
[in] | marked_as_done_task_ids_ | Identifiers of tasks that were marked as done. |
[in] | marked_as_not_done_task_ids_ | Identifiers of tasks that were marked as not done. |
|
finalvirtual |