Skip to main content
Module

x/mtkruto/mod.ts>StoryReaction

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface StoryReaction
Re-export
import { type StoryReaction } from "https://deno.land/x/mtkruto@0.1.157/mod.ts";

Represents a type of reaction made to a story.

Properties

reaction: Reaction

The type of the reaction.

count: number

The number of those who made this reaction.

chosen: boolean

Whether the current user made this reaction.