Skip to main content
Module

x/mtkruto/mod.ts>types.AvailableReaction

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

Constructors

new
AvailableReaction(params: { inactive?: true; premium?: true; reaction: string; title: string; staticIcon: TypeDocument; appearAnimation: TypeDocument; selectAnimation: TypeDocument; activateAnimation: TypeDocument; effectAnimation: TypeDocument; aroundAnimation?: TypeDocument; centerIcon?: TypeDocument; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
activateAnimation: TypeDocument
appearAnimation: TypeDocument
optional
aroundAnimation: TypeDocument
optional
centerIcon: TypeDocument
effectAnimation: TypeDocument
optional
inactive: true
optional
premium: true
reaction: string
selectAnimation: TypeDocument
staticIcon: TypeDocument
title: string

Static Properties

readonly
[paramDesc]: ParamDesc