Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>account_WebAuthorizations_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_WebAuthorizations_
import { account_WebAuthorizations_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Web authorizations

Constructors

new
account_WebAuthorizations_(params: { authorizations: Array<enums.WebAuthorization>; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
authorizations: Array<enums.WebAuthorization>

Web authorization list

users: Array<enums.User>

Users

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc