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

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

Delete all messages sent by a specific participant of a given supergroup

Constructors

new
channels_deleteParticipantHistory_(params: { channel: enums.InputChannel; participant: enums.InputPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Supergroup

participant: enums.InputPeer

The participant whose messages should be deleted

Static Properties

__F: (params: { channel: enums.InputChannel; participant: enums.InputPeer; }) => enums.messages.AffectedHistory
readonly
[name]: string
readonly
[paramDesc]: ParamDesc