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: Api.TypeReaction; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { MessagePeerReaction } = tl.Api;

Properties

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