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

x/mtkruto/tl/2_types.ts>messages_ChatInviteImporters_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_ChatInviteImporters_
import { messages_ChatInviteImporters_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Info about the users that joined the chat using a specific chat invite

Constructors

new
messages_ChatInviteImporters_(params: { count: number; importers: Array<enums.ChatInviteImporter>; users: Array<enums.User>; })

Properties

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

Number of users that joined

importers: Array<enums.ChatInviteImporter>

The users that joined

users: Array<enums.User>

The users that joined

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc