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)
constructor(id: ChecklistTaskId, textSources: List<TextSource>)
constructor(id: ChecklistTaskId, builderBody: EntitiesBuilderBody)
constructor(id: ChecklistTaskId, text: String, parseMode: ParseMode? = null, textSources: List<TextSource> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val id: ChecklistTaskId
Link copied to clipboard
val parseMode: ParseMode? = null
Link copied to clipboard
open override val text: String
Link copied to clipboard
open override val textSources: List<TextSource>

Full list of TextSources