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

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_getChatInviteImporters_
extends Function_<enums.messages.ChatInviteImporters>
import { messages_getChatInviteImporters_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get info about the users that joined the chat using a specific chat invite

Constructors

new
messages_getChatInviteImporters_(params: { requested?: true; peer: enums.InputPeer; link?: string; q?: string; offset_date: number; offset_user: enums.InputUser; limit: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
limit: number

Maximum number of results to return, see pagination

offset_user: enums.InputUser

User ID for pagination: if set, offset_date must also be set.

peer: enums.InputPeer

Chat

optional
q: string

Search for a user in the pending join requests » list: only available when the requested flag is set, cannot be used together with a specific link.

optional
requested: true

If set, only returns info about users with pending join requests »

Static Properties

__F: (params: { requested?: true; peer: enums.InputPeer; link?: string; q?: string; offset_date: number; offset_user: enums.InputUser; limit: number; }) => enums.messages.ChatInviteImporters
readonly
[name]: string
readonly
[paramDesc]: ParamDesc