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

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

Indicates we reacted to a story ».

Constructors

new
UpdateSentStoryReaction_(params: { peer: enums.Peer; story_id: number; reaction: enums.Reaction; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.Peer

The peer that sent the story

reaction: enums.Reaction

The reaction that was sent

story_id: number

ID of the story we reacted to

Static Properties

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