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

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

When and which user joined the chat using a chat invite

Constructors

new
ChatInviteImporter_(params: { requested?: true; via_chatlist?: true; user_id: bigint; date: number; about?: string; approved_by?: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
about: string

For users with pending requests, contains bio of the user that requested to join

optional
approved_by: bigint

The administrator that approved the join request » of the user

date: number

When did the user join

optional
requested: true

Whether this user currently has a pending join request »

user_id: bigint

The user

optional
via_chatlist: true

The participant joined by importing a chat folder deep link ».

Static Properties

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