ExGram.Model.Checklist (ex_gram v0.56.0)
View SourceDescribes a checklist.
Check the documentation of this model in https://core.telegram.org/bots/api#checklist
Summary
Types
@type t() :: %ExGram.Model.Checklist{ others_can_add_tasks: boolean() | nil, others_can_mark_tasks_as_done: boolean() | nil, tasks: [ExGram.Model.ChecklistTask.t()], title: String.t(), title_entities: [ExGram.Model.MessageEntity.t()] | nil }