createPoll

abstract suspend fun createPoll(question: String, options: List<String>, anonymous: Boolean, hideVotes: Boolean)