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_sendScreenshotNotification_

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

Notify the other user in a private chat that a screenshot of the chat was taken

Constructors

new
messages_sendScreenshotNotification_(params: { peer: enums.InputPeer; reply_to: enums.InputReplyTo; random_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

Other user

random_id: bigint

Random ID to avoid message resending

reply_to: enums.InputReplyTo

Indicates the message that was screenshotted (the specified message ID can also be 0 to avoid indicating any specific message).

Static Properties

__F: (params: { peer: enums.InputPeer; reply_to: enums.InputReplyTo; random_id: bigint; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc