Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>MessagePeerVoteInputOption_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagePeerVoteInputOption_
import { MessagePeerVoteInputOption_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

How a peer voted in a poll (reduced constructor, returned if an option was provided to messages.getPollVotes)

Constructors

new
MessagePeerVoteInputOption_(params: { peer: enums.Peer; date: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

When did the peer cast the vote

peer: enums.Peer

The peer that voted for the queried option

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc