CreatePollChoice

@Serializable
data class CreatePollChoice(val title: String)

A choice for a CreatePollRequest.

Constructors

Link copied to clipboard
constructor(title: String)

Properties

Link copied to clipboard

the text for the choice; max 25 characters.