Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.MessagesHideChatJoinRequest

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.MessagesHideChatJoinRequest
extends Function<types.TypeUpdates>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { MessagesHideChatJoinRequest } = tl.functions;

Constructors

new
MessagesHideChatJoinRequest(params: { approved?: true; peer: types.TypeInputPeer; userId: types.TypeInputUser; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
approved: true
peer: types.TypeInputPeer
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc