Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageReaction

Holds all users that reacted to a Message with a specific Emoji

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

bot

bot: Bot

The Bot operating this structure

botReacted

botReacted: boolean | undefined

Whether the bot reacted using this emoji

count

count: number

The times this emoji has been used to react

emoji

emoji: Emoji

The emoji this reaction used. This emoji is partial

members

The members that added this reaction

message

message: Message

The message this reaction is attached to

users

The reaction's users controller

Accessors

id

  • get id(): string

Methods

clone

  • clone(): this

delete

  • delete(): Promise<void>

update

Generated using TypeDoc