method Client.prototype.stopPollimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; stopPoll(chatId: ID,messageId: number,params?: StopPollParams,): Promise<Poll>Stop a poll. ParameterschatId: IDThe chat that includes the poll. messageId: numberThe idenfifier of the poll's message. optionalparams: StopPollParamsReturnsPromise<Poll>The new state of the poll.