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