Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.StoriesSendReaction

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.StoriesSendReaction
extends Function<types.TypeUpdates>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { StoriesSendReaction } = tl.functions;

Constructors

new
StoriesSendReaction(params: { addToRecent?: true; userId: types.TypeInputUser; storyId: number; reaction: types.TypeReaction; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
addToRecent: true
reaction: types.TypeReaction
storyId: number
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc