Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetChatInviteImporters

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

Constructors

new
MessagesGetChatInviteImporters(params: { requested?: true; peer: types.TypeInputPeer; link?: string; q?: string; offsetDate: number; offsetUser: types.TypeInputUser; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
limit: number
offsetDate: number
optional
q: string
optional
requested: true

Static Properties

readonly
[paramDesc]: ParamDesc