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

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

The results of a poll have changed

Constructors

new
UpdateMessagePoll_(params: { poll_id: bigint; poll?: enums.Poll; results: enums.PollResults; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
poll: enums.Poll

If the server knows the client hasn't cached this poll yet, the poll itself

poll_id: bigint

Poll ID

results: enums.PollResults

New poll results

Static Properties

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