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

x/mtkruto/tl/3_functions.ts>MessagesGetExportedChatInvites

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesGetExportedChatInvites
extends Function<types.MessagesExportedChatInvites>
import { MessagesGetExportedChatInvites } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

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
adminId: types.TypeInputUser
limit: number
optional
offsetDate: number
peer: types.TypeInputPeer
optional
revoked: true

Static Properties

readonly
[paramDesc]: ParamDesc