InputPollOption

data class InputPollOption(val text: String, val parseMode: ParseMode?, val textSources: List<TextSource>) : TextedInput

Constructors

Link copied to clipboard
constructor(text: String, parseMode: ParseMode? = null)
constructor(textSources: List<TextSource>)
constructor(builderBody: EntitiesBuilderBody)
constructor(text: String, parseMode: ParseMode?, textSources: List<TextSource>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val text: String
Link copied to clipboard
open override val textSources: List<TextSource>

Full list of TextSources