createPoll method

Future<CreatePollResponse> createPoll(
  1. Poll poll
)

Creates a new Poll

Implementation

Future<CreatePollResponse> createPoll(Poll poll) =>
    _chatApi.polls.createPoll(poll);