#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -145125739 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a checklist to be sent.
Definition at line 27500 of file td_api.h.
◆ inputChecklist() [1/2]
| td::td_api::inputChecklist::inputChecklist |
( |
| ) |
|
Describes a checklist to be sent.
◆ inputChecklist() [2/2]
Describes a checklist to be sent.
- Parameters
-
| [in] | title_ | Title of the checklist; 1-getOption("checklist_title_length_max") characters. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities. |
| [in] | tasks_ | List of tasks in the checklist; 1-getOption("checklist_task_count_max") tasks. |
| [in] | others_can_add_tasks_ | True, if other users can add tasks to the list. |
| [in] | others_can_mark_tasks_as_done_ | True, if other users can mark tasks as done or not done. |
◆ store()
| void td::td_api::inputChecklist::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::inputChecklist::ID = -145125739 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 27535 of file td_api.h.
◆ others_can_add_tasks_
| bool td::td_api::inputChecklist::others_can_add_tasks_ |
True, if other users can add tasks to the list.
Definition at line 27515 of file td_api.h.
◆ others_can_mark_tasks_as_done_
| bool td::td_api::inputChecklist::others_can_mark_tasks_as_done_ |
True, if other users can mark tasks as done or not done.
Definition at line 27517 of file td_api.h.
◆ tasks_
List of tasks in the checklist; 1-getOption("checklist_task_count_max") tasks.
Definition at line 27513 of file td_api.h.
◆ title_
Title of the checklist; 1-getOption("checklist_title_length_max") characters. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities.
Definition at line 27511 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