Nadia.Model.Checklist (nadia v1.0.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.Checklist{
  others_can_add_tasks: boolean(),
  others_can_mark_tasks_as_done: boolean(),
  tasks: [Nadia.Model.ChecklistTask.t()],
  title: binary(),
  title_entities: [MessageEntity.t()]
}