Skip to main content
Module

x/grm/mod.ts>Api.MessagePeerReaction

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

Properties

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