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

x/mtkruto/tl/3_functions.ts>messages_setChatAvailableReactions_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_setChatAvailableReactions_
extends Function_<enums.Updates>
import { messages_setChatAvailableReactions_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Change the set of message reactions » that can be used in a certain group, supergroup or channel

Constructors

new
messages_setChatAvailableReactions_(params: { peer: enums.InputPeer; available_reactions: enums.ChatReactions; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
available_reactions: enums.ChatReactions

Allowed reaction emojis

peer: enums.InputPeer

Group where to apply changes

Static Properties

__F: (params: { peer: enums.InputPeer; available_reactions: enums.ChatReactions; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc