updatePollOption

fun updatePollOption(message: Message, poll: Poll, option: Option)

Updates the poll option for the given message and poll.

Parameters

message

The message containing the poll.

poll

The poll to update.

option

The option to update.