Checklist
Object Hierarchy:
Description:
public class Checklist :
Error
Content:
Properties:
- public bool can_add_tasks { get; set construct; }
True, if the current user can add tasks to the list if they have
Telegram Premium subscription
- public bool can_mark_tasks_as_done { get; set construct; }
True, if the current user can mark tasks as done or not done if they
have Telegram Premium subscription
- public bool others_can_add_tasks { get; set construct; }
True, if users other than creator of the list can add tasks to the
list
- public bool others_can_mark_tasks_as_done { get; set construct; }
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"
- public ArrayList<ChecklistTask?> tasks { get; set construct; }
List of tasks in the checklist
- public FormattedText title { get; set construct; }
Title of the checklist; may contain only Bold, Italic, Underline,
Strikethrough, Spoiler, and CustomEmoji entities
Creation methods:
- public Checklist (FormattedText title, ArrayList<ChecklistTask?> tasks, bool others_can_add_tasks, bool can_add_tasks, bool others_can_mark_tasks_as_done, bool can_mark_tasks_as_done)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref