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

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

Someone has requested to join a chat or channel

Constructors

new
UpdatePendingJoinRequests_(params: { peer: enums.Peer; requests_pending: number; recent_requesters: Array<bigint>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.Peer

Chat or channel

recent_requesters: Array<bigint>

IDs of users that have recently requested to join

requests_pending: number

Number of pending join requests » for the chat or channel

Static Properties

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