Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSendVote

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

Constructors

new
MessagesSendVote(params: { peer: types.TypeInputPeer; msgId: number; options: Array<Uint8Array>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
msgId: number
options: Array<Uint8Array>
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc