Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetExportedChatInvites

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesGetExportedChatInvites
import { functions } from "https://deno.land/x/mtkruto@0.0.979/mod.ts";
const { MessagesGetExportedChatInvites } = functions;

Constructors

new
MessagesGetExportedChatInvites(params: { revoked?: true; peer: types.TypeInputPeer; adminId: types.TypeInputUser; offsetDate?: number; offsetLink?: string; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
limit: number
optional
offsetDate: number
optional
revoked: true

Static Properties

readonly
[paramDesc]: ParamDesc