Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSendReaction

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

Constructors

new
MessagesSendReaction(params: { big?: true; addToRecent?: true; peer: types.TypeInputPeer; msgId: number; reaction?: Array<types.TypeReaction>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
addToRecent: true
optional
big: true
msgId: number
optional
reaction: Array<types.TypeReaction>

Static Properties

readonly
[paramDesc]: ParamDesc