IPollsController

Properties

Link copied to clipboard
abstract val polls: List<DytePollMessage>

Functions

Link copied to clipboard
abstract suspend fun createPoll(question: String, options: List<String>, anonymous: Boolean, hideVotes: Boolean)
Link copied to clipboard
abstract fun init()
Link copied to clipboard
abstract suspend fun loadPolls()
Link copied to clipboard
abstract fun setupEvents()
Link copied to clipboard
abstract suspend fun vote(pollMessage: DytePollMessage, pollOption: DytePollOption)