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

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

Stop getting notifications about discussion replies of a certain user in @replies

Constructors

new
contacts_blockFromReplies_(params: { delete_message?: true; delete_history?: true; report_spam?: true; msg_id: number; })

Properties

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

Whether to delete all @replies messages from this user as well

optional
delete_message: true

Whether to delete the specified message as well

msg_id: number

ID of the message in the @replies chat

optional
report_spam: true

Whether to also report this user for spam

Static Properties

__F: (params: { delete_message?: true; delete_history?: true; report_spam?: true; msg_id: number; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc