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

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

React to a story.

Constructors

new
stories_sendReaction_(params: { add_to_recent?: true; peer: enums.InputPeer; story_id: number; reaction: enums.Reaction; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
add_to_recent: true

Whether to add this reaction to the recent reactions list ».

peer: enums.InputPeer

The peer that sent the story

reaction: enums.Reaction

Reaction

story_id: number

ID of the story to react to

Static Properties

__F: (params: { add_to_recent?: true; peer: enums.InputPeer; story_id: number; reaction: enums.Reaction; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc