Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetPollVotes

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesGetPollVotes
extends Function<types.TypeMessagesVotesList>
import { functions } from "https://deno.land/x/mtkruto@0.1.106/mod.ts";
const { MessagesGetPollVotes } = functions;

Constructors

new
MessagesGetPollVotes(params: { peer: types.TypeInputPeer; id: number; option?: Uint8Array; offset?: string; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: number
limit: number
optional
offset: string
optional
option: Uint8Array
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc