Input
data class Input(val id: ChecklistTaskId, val text: String, val parseMode: ParseMode? = null, val textSources: List<TextSource> = emptyList()) : ChecklistTask
Constructors
Link copied to clipboard
constructor(id: ChecklistTaskId, text: String, parseMode: ParseMode? = null, textSources: List<TextSource> = emptyList())