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>PollResults_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PollResults_
extends _PollResults_
import { PollResults_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
PollResults_(params?: { min?: true; results?: Array<enums.PollAnswerVoters>; total_voters?: number; recent_voters?: Array<enums.Peer>; solution?: string; solution_entities?: Array<enums.MessageEntity>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
min: true
optional
recent_voters: Array<enums.Peer>
optional
results: Array<enums.PollAnswerVoters>
optional
solution: string
optional
solution_entities: Array<enums.MessageEntity>
optional
total_voters: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc