#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| object_ptr< formattedText > | title_ |
| | Title of the checklist; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities.
|
| |
| array< object_ptr< checklistTask > > | tasks_ |
| | List of tasks in the checklist.
|
| |
| bool | others_can_add_tasks_ |
| | True, if users other than creator of the list can add tasks to the list.
|
| |
| bool | can_add_tasks_ |
| | True, if the current user can add tasks to the list if they have Telegram Premium subscription.
|
| |
| bool | others_can_mark_tasks_as_done_ |
| | True, if users other than creator of the list can mark tasks as done or not done. If true, then the checklist is called "group checklist".
|
| |
| bool | can_mark_tasks_as_done_ |
| | True, if the current user can mark tasks as done or not done if they have Telegram Premium subscription.
|
| |
|
| static const std::int32_t | ID = -987598247 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a checklist.
Definition at line 16769 of file td_api.h.
◆ checklist() [1/2]
| td::td_api::checklist::checklist |
( |
| ) |
|
◆ checklist() [2/2]
Describes a checklist.
- Parameters
-
| [in] | title_ | Title of the checklist; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities. |
| [in] | tasks_ | List of tasks in the checklist. |
| [in] | others_can_add_tasks_ | True, if users other than creator of the list can add tasks to the list. |
| [in] | can_add_tasks_ | True, if the current user can add tasks to the list if they have Telegram Premium subscription. |
| [in] | others_can_mark_tasks_as_done_ | True, if users other than creator of the list can mark tasks as done or not done. If true, then the checklist is called "group checklist". |
| [in] | can_mark_tasks_as_done_ | True, if the current user can mark tasks as done or not done if they have Telegram Premium subscription. |
◆ store()
| void td::td_api::checklist::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.
◆ can_add_tasks_
| bool td::td_api::checklist::can_add_tasks_ |
True, if the current user can add tasks to the list if they have Telegram Premium subscription.
Definition at line 16786 of file td_api.h.
◆ can_mark_tasks_as_done_
| bool td::td_api::checklist::can_mark_tasks_as_done_ |
True, if the current user can mark tasks as done or not done if they have Telegram Premium subscription.
Definition at line 16790 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::checklist::ID = -987598247 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 16810 of file td_api.h.
◆ others_can_add_tasks_
| bool td::td_api::checklist::others_can_add_tasks_ |
True, if users other than creator of the list can add tasks to the list.
Definition at line 16784 of file td_api.h.
◆ others_can_mark_tasks_as_done_
| bool td::td_api::checklist::others_can_mark_tasks_as_done_ |
True, if users other than creator of the list can mark tasks as done or not done. If true, then the checklist is called "group checklist".
Definition at line 16788 of file td_api.h.
◆ tasks_
List of tasks in the checklist.
Definition at line 16782 of file td_api.h.
◆ title_
Title of the checklist; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities.
Definition at line 16780 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