shared
1.27.0
common
shared
/
io.dyte.core.controllers.polls
/
IPollsController
/
createPoll
create
Poll
abstract
suspend
fun
createPoll
(
question
:
String
,
options
:
List
<
String
>
,
anonymous
:
Boolean
,
hideVotes
:
Boolean
)