method Client.prototype.sendPollimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendPoll(chatId: ID,question: string,options: [string, string, ...string[]],params?: SendPollParams,): Promise<MessagePoll>Send a poll. ParameterschatId: IDThe chat to send the poll to. question: stringThe poll's question. options: [string, string, ...string[]]The poll's options. optionalparams: SendPollParamsReturnsPromise<MessagePoll>The sent poll.