Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PhoneCallRequested
extends VirtualClass<{ video?: boolean; id: long; accessHash: long; date: int; adminId: long; participantId: long; gAHash: bytes; protocol: Api.TypePhoneCallProtocol; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PhoneCallRequested } = tl.Api;

Properties

accessHash: long
adminId: long
className: "PhoneCallRequested"
classType: "constructor"
CONSTRUCTOR_ID: 347139340
date: int
gAHash: bytes
id: long
participantId: long
protocol: Api.TypePhoneCallProtocol
SUBCLASS_OF_ID: 3296664529
optional
video: boolean

Static Methods

fromReader(reader: Reader): PhoneCallRequested