await Update Poll Option
suspend fun BaseChannel.awaitUpdatePollOption(pollId: Long, pollOptionId: Long, optionText: String): Poll
Updates optionText fields of this poll option. A non-null PollOption instance will be returned once updated successfully
Return
The poll option
Since
4.17.0
Parameters
poll Id
The poll id to update option
poll Option Id
The poll option id to update
option Text
The option text to update