ExGram.Model.ChecklistTasksDone (ex_gram v0.56.0)
View SourceDescribes a service message about checklist tasks marked as done or not done.
Check the documentation of this model in https://core.telegram.org/bots/api#checklisttasksdone
Summary
Types
@type t() :: %ExGram.Model.ChecklistTasksDone{ checklist_message: ExGram.Model.Message.t() | nil, marked_as_done_task_ids: [integer()] | nil, marked_as_not_done_task_ids: [integer()] | nil }