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