Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.MessagesSetChatAvailableReactions

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.MessagesSetChatAvailableReactions
extends Function<types.TypeUpdates>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { MessagesSetChatAvailableReactions } = tl.functions;

Constructors

new
MessagesSetChatAvailableReactions(params: { peer: types.TypeInputPeer; availableReactions: types.TypeChatReactions; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
availableReactions: types.TypeChatReactions
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc