deletePollOption

suspend fun BaseChannel.deletePollOption(pollId: Long, pollOptionId: Long)

Deprecated

As of 4.17.0, replaced with awaitDeletePollOption(pollId, pollOptionId).

Replace with

awaitDeletePollOption(pollId, pollOptionId)

Deletes this poll option.

Since

4.15.0

Parameters

pollId

The poll id to delete option

pollOptionId

The poll option id to delete