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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesSendReaction
extends Function<types.TypeUpdates>
import { MessagesSendReaction } from "https://deno.land/x/mtkruto@0.1.105/tl/3_functions.ts";

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
peer: types.TypeInputPeer
optional
reaction: Array<types.TypeReaction>

Static Properties

readonly
[paramDesc]: ParamDesc