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

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

Someone has requested to join a chat or channel (bots only, users will receive an updatePendingJoinRequests, instead)

Constructors

new
UpdateBotChatInviteRequester_(params: { peer: enums.Peer; date: number; user_id: bigint; about: string; invite: enums.ExportedChatInvite; qts: number; })

Properties

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

Bio of the user

date: number

When was the join request » made

invite: enums.ExportedChatInvite

Chat invite link that was used by the user to send the join request »

peer: enums.Peer

The chat or channel in question

qts: number

QTS event sequence identifier

user_id: bigint

The user ID that is asking to join the chat or channel

Static Properties

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