Skip to main content
Module

x/mtkruto/mod.ts>functions.ContactsBlockFromReplies

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ContactsBlockFromReplies
import { functions } from "https://deno.land/x/mtkruto@0.0.984/mod.ts";
const { ContactsBlockFromReplies } = functions;

Constructors

new
ContactsBlockFromReplies(params: { deleteMessage?: true; deleteHistory?: true; reportSpam?: true; msgId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
deleteHistory: true
optional
deleteMessage: true
msgId: number
optional
reportSpam: true

Static Properties

readonly
[paramDesc]: ParamDesc