Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesVotesList

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessagesVotesList
import { types } from "https://deno.land/x/mtkruto@0.0.979/mod.ts";
const { MessagesVotesList } = types;

Constructors

new
MessagesVotesList(params: { count: number; votes: Array<TypeMessagePeerVote>; chats: Array<TypeChat>; users: Array<TypeUser>; nextOffset?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
count: number
optional
nextOffset: string
users: Array<TypeUser>
votes: Array<TypeMessagePeerVote>

Static Properties

readonly
[paramDesc]: ParamDesc