edit Poll
abstract fun editPoll(targetEvent: TimelineEvent, pollType: PollType, question: String, options: List<String>): Cancelable
Edit a poll.
Parameters
target Event
The poll event to edit
poll Type
indicates open or closed polls
question
The edited question
options
The edited options