Skip to main content
Module

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

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

Constructors

new
ChatInviteExported_(params: { revoked?: true; permanent?: true; request_needed?: true; link: string; admin_id: bigint; date: number; start_date?: number; expire_date?: number; usage_limit?: number; usage?: number; requested?: number; title?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
admin_id: bigint
date: number
optional
expire_date: number
optional
permanent: true
optional
request_needed: true
optional
requested: number
optional
revoked: true
optional
start_date: number
optional
title: string
optional
usage: number
optional
usage_limit: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc