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>ChatInviteExported

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

Constructors

new
ChatInviteExported(params: { revoked?: true; permanent?: true; requestNeeded?: true; link: string; adminId: bigint; date: number; startDate?: number; expireDate?: number; usageLimit?: number; usage?: number; requested?: number; title?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
adminId: bigint
date: number
optional
expireDate: number
optional
permanent: true
optional
requested: number
optional
requestNeeded: true
optional
revoked: true
optional
startDate: number
optional
title: string
optional
usage: number
optional
usageLimit: number

Static Properties

readonly
[paramDesc]: ParamDesc