Inherits MessageContent.
Some tasks were added to a checklist.
Public Fields | |
int53 | checklist_message_id_ |
Identifier of the message with the checklist; can be 0 if the message was deleted. | |
array< object_ptr< checklistTask > > | tasks_ |
List of tasks added to the checklist. | |
Public Instance Methods | |
messageChecklistTasksAdded () | |
messageChecklistTasksAdded (int53 checklist_message_id_, array< object_ptr< checklistTask >> &&tasks_) | |
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 = 2057538984 |
Identifier uniquely determining a type of the object. | |
Some tasks were added to a checklist.
messageChecklistTasksAdded | ( | int53 | checklist_message_id_, |
array< object_ptr< checklistTask >> && | tasks_ | ||
) |
Some tasks were added to a checklist.
[in] | checklist_message_id_ | Identifier of the message with the checklist; can be 0 if the message was deleted. |
[in] | tasks_ | List of tasks added to the checklist. |
|
finalvirtual |