Input
constructor(text: String, tasks: List<ChecklistTask.Input>, parseMode: ParseMode? = null, othersCanAddTasks: Boolean = false, othersCanCompleteTasks: Boolean = false)
constructor(titleTextSources: List<TextSource>, tasks: List<ChecklistTask.Input>, othersCanAddTasks: Boolean = false, othersCanCompleteTasks: Boolean = false)
constructor(tasks: List<ChecklistTask.Input>, othersCanAddTasks: Boolean = false, othersCanCompleteTasks: Boolean = false, builderBody: EntitiesBuilderBody)
constructor(title: String, tasks: List<ChecklistTask.Input>, parseMode: ParseMode? = null, titleTextSources: List<TextSource> = emptyList(), othersCanAddTasks: Boolean = false, othersCanCompleteTasks: Boolean = false)