Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdateMessagePoll

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateMessagePoll
extends VirtualClass<{ pollId: long; poll?: Api.TypePoll; results: Api.TypePollResults; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateMessagePoll } = tl.Api;

Properties

className: "UpdateMessagePoll"
classType: "constructor"
CONSTRUCTOR_ID: 2896258427
optional
poll: Api.TypePoll
pollId: long
results: Api.TypePollResults
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdateMessagePoll