Skip to main content
Module

x/mtkruto/mod.ts>types.ChatInviteExported

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

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