addPollOption

fun addPollOption(poll: Poll, option: String)

Adds a new poll option to the given poll.

Parameters

poll

The poll to add the option to.

option

The option to add.