Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateSentStoryReaction

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateSentStoryReaction
extends TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.985/mod.ts";
const { UpdateSentStoryReaction } = types;

Constructors

new
UpdateSentStoryReaction(params: { userId: bigint; storyId: number; reaction: TypeReaction; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
reaction: TypeReaction
storyId: number
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc