#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | id_ |
| | Unique identifier of the task.
|
| |
| object_ptr< formattedText > | text_ |
| | Text of the task; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, DateTime and automatically found entities.
|
| |
| object_ptr< MessageSender > | completed_by_ |
| | Identifier of the user or chat that completed the task; may be null if the task isn't completed yet.
|
| |
| int32 | completion_date_ |
| | Point in time (Unix timestamp) when the task was completed; 0 if the task isn't completed.
|
| |
|
| static const std::int32_t | ID = 464950512 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a task in a checklist.
Definition at line 16785 of file td_api.h.
◆ checklistTask() [1/2]
| td::td_api::checklistTask::checklistTask |
( |
| ) |
|
Describes a task in a checklist.
◆ checklistTask() [2/2]
Describes a task in a checklist.
- Parameters
-
| [in] | id_ | Unique identifier of the task. |
| [in] | text_ | Text of the task; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, DateTime and automatically found entities. |
| [in] | completed_by_ | Identifier of the user or chat that completed the task; may be null if the task isn't completed yet. |
| [in] | completion_date_ | Point in time (Unix timestamp) when the task was completed; 0 if the task isn't completed. |
◆ store()
| void td::td_api::checklistTask::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ completed_by_
Identifier of the user or chat that completed the task; may be null if the task isn't completed yet.
Definition at line 16800 of file td_api.h.
◆ completion_date_
| int32 td::td_api::checklistTask::completion_date_ |
Point in time (Unix timestamp) when the task was completed; 0 if the task isn't completed.
Definition at line 16802 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::checklistTask::ID = 464950512 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 16820 of file td_api.h.
◆ id_
| int32 td::td_api::checklistTask::id_ |
Unique identifier of the task.
Definition at line 16796 of file td_api.h.
◆ text_
Text of the task; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, DateTime and automatically found entities.
Definition at line 16798 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h