List of all members | Public Fields | Public Instance Methods | Static Public Attributes
messageChecklistTasksDone Class Referencefinal

Inherits MessageContent.

Description

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< int32marked_as_done_task_ids_
 Identifiers of tasks that were marked as done.
 
array< int32marked_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
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -716083401
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messageChecklistTasksDone() [1/2]

Some tasks from a checklist were marked as done or not done.

◆ messageChecklistTasksDone() [2/2]

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.

Parameters
[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.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


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