Skip to main content
Module

x/mtkruto/mod.ts>tl.types.AccountAuthorizations

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.types.AccountAuthorizations
extends _TypeAccountAuthorizations
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { AccountAuthorizations } = tl.types;

Constructors

new
AccountAuthorizations(params: { authorizationTtlDays: number; authorizations: Array<TypeAuthorization>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
authorizations: Array<TypeAuthorization>
authorizationTtlDays: number

Static Properties

readonly
[paramDesc]: ParamDesc