Inherits Object.
|
object_ptr< formattedText > | title_ |
| Title of the checklist; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji 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.
|
|
◆ checklist() [1/2]
◆ checklist() [2/2]
Describes a checklist.
- Parameters
-
[in] | title_ | Title of the checklist; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji 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 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 TlObject.
The documentation for this class was generated from the following file: