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_hideAllChatJoinRequests_

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

Dismiss or approve all join requests related to a specific chat or channel.

Constructors

new
messages_hideAllChatJoinRequests_(params: { approved?: true; peer: enums.InputPeer; link?: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
approved: true

Whether to dismiss or approve all chat join requests »

peer: enums.InputPeer

The chat or channel

Static Properties

__F: (params: { approved?: true; peer: enums.InputPeer; link?: string; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc