Poll Create Params
data class PollCreateParams @JvmOverloads constructor(title: String, optionTexts: List<String>, data: PollData?, allowUserSuggestion: Boolean?, allowMultipleVotes: Boolean?, closeAt: Long)
Content copied to clipboard
Parameters for creating poll and updating poll operations. For poll creation, title and optionTexts are required and all other members are optional. For poll update, all members are optional.
Since
4.1.0