Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>SendMessageEmojiInteraction_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class SendMessageEmojiInteraction_
import { SendMessageEmojiInteraction_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

User has clicked on an animated emoji triggering a reaction, click here for more info ».

Constructors

new
SendMessageEmojiInteraction_(params: { emoticon: string; msg_id: number; interaction: enums.DataJSON; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
emoticon: string

Emoji

interaction: enums.DataJSON

A JSON object with interaction info, click here for more info »

msg_id: number

Message ID of the animated emoji that was clicked

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc