updatePoll method

Future<UpdatePollResponse> updatePoll(
  1. Poll poll
)

Updates a Poll

Implementation

Future<UpdatePollResponse> updatePoll(Poll poll) =>
    _chatApi.polls.updatePoll(poll);