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_deleteChatUser_

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

Deletes a user from a chat and sends a service message on it.

Constructors

new
messages_deleteChatUser_(params: { revoke_history?: true; chat_id: bigint; user_id: enums.InputUser; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chat_id: bigint

Chat ID

optional
revoke_history: true

Remove the entire chat history of the specified user in this chat.

user_id: enums.InputUser

User ID to be deleted

Static Properties

__F: (params: { revoke_history?: true; chat_id: bigint; user_id: enums.InputUser; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc