Input Poll Option
@Serializable
This object contains information about one answer option in a poll to be sent.
Constructors
Link copied to clipboard
constructor(text: String, textParseMode: ParseMode? = null, textEntities: List<MessageEntity>? = null)
Properties
Link copied to clipboard
Optional. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of text_parse_mode
Link copied to clipboard
Optional. Mode for parsing entities in the text. See formatting options for more details. Currently, only custom emoji entities are allowed