#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | id_ |
| | Unique identifier of the task; must be positive.
|
| |
| object_ptr< formattedText > | text_ |
| | Text of the task; 1-getOption("checklist_task_text_length_max") characters without line feeds. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities.
|
| |
|
| static const std::int32_t | ID = 1633462225 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a task in a checklist to be sent.
Definition at line 27550 of file td_api.h.
◆ inputChecklistTask() [1/2]
| td::td_api::inputChecklistTask::inputChecklistTask |
( |
| ) |
|
Describes a task in a checklist to be sent.
◆ inputChecklistTask() [2/2]
Describes a task in a checklist to be sent.
- Parameters
-
| [in] | id_ | Unique identifier of the task; must be positive. |
| [in] | text_ | Text of the task; 1-getOption("checklist_task_text_length_max") characters without line feeds. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities. |
◆ store()
| void td::td_api::inputChecklistTask::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.
◆ ID
| const std::int32_t td::td_api::inputChecklistTask::ID = 1633462225 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 27579 of file td_api.h.
◆ id_
| int32 td::td_api::inputChecklistTask::id_ |
Unique identifier of the task; must be positive.
Definition at line 27561 of file td_api.h.
◆ text_
Text of the task; 1-getOption("checklist_task_text_length_max") characters without line feeds. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities.
Definition at line 27563 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