Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateMessagePollVote
extends VirtualClass<{ pollId: long; userId: long; options: bytes[]; qts: int; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { UpdateMessagePollVote } = tl.Api;

Properties

className: "UpdateMessagePollVote"
classType: "constructor"
CONSTRUCTOR_ID: 274961865
options: bytes[]
pollId: long
qts: int
SUBCLASS_OF_ID: 2676568142
userId: long