Skip to main content
Module

x/grm/mod.ts>tl.Api.MessagePeerReaction

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.MessagePeerReaction
extends VirtualClass<{ big?: boolean; unread?: boolean; peerId: Api.TypePeer; reaction: string; }>
import { tl } from "https://deno.land/x/grm@v0.3.1/mod.ts";
const { MessagePeerReaction } = tl.Api;

Properties

optional
big: boolean
className: "MessagePeerReaction"
classType: "constructor"
CONSTRUCTOR_ID: 1370914559
peerId: Api.TypePeer
reaction: string
SUBCLASS_OF_ID: 2943591077
optional
unread: boolean