Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/1_story_reaction.ts>StoryReaction

Cross-runtime JavaScript library for building Telegram clients
Latest
interface StoryReaction
import { type StoryReaction } from "https://deno.land/x/mtkruto@0.2.24/types/1_story_reaction.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.