Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageReaction<T>

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

Readonly client

client: T

count

count: number

Times this emoji has been used to react.

since

0.0.1

Readonly emoji

Emoji information.

since

0.0.1

Readonly id

id: string

The reaction ID.

since

0.0.1

me

me: boolean

Whether or not the current user reacted using this emoji.

since

0.0.1

Readonly message

message: Message

The message instance this is tied to.

since

0.0.1

Readonly users

The users that reacted to this emoji.

since

0.0.1

Accessors

createdAt

  • get createdAt(): Date

createdTimestamp

  • get createdTimestamp(): number

Methods

Protected _patch

  • _patch(data: APIReactionData): this

clone

  • clone(): this

toJSON

  • toJSON(): Record<string, unknown>

toString

  • toString(): string

valueOf

  • valueOf(): string

Generated using TypeDoc