Skip to main content
Module

x/grm/mod.ts>Api.BindAuthKeyInner

MTProto API Client for Deno 🦕
Go to Latest
class Api.BindAuthKeyInner
extends VirtualClass<{ nonce: long; tempAuthKeyId: long; permAuthKeyId: long; tempSessionId: long; expiresAt: int; }>
import { Api } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { BindAuthKeyInner } = Api;

Properties

className: "BindAuthKeyInner"
classType: "constructor"
CONSTRUCTOR_ID: 1973679973
expiresAt: int
nonce: long
permAuthKeyId: long
SUBCLASS_OF_ID: 789156209
tempAuthKeyId: long
tempSessionId: long