Class MessageReaction

Represents a message reaction on Guilded.

Example

new MessageReaction(message, rawReaction);

Hierarchy

  • Base<number>
    • MessageReaction

Constructors

Properties

channelId: string

The ID of the channel the message belongs to.

client: Client

The client the data model belongs to.

createdBy: string

The ID of the user that created the reaction.

emote: APIEmote

The emote of the reaction.

id: number

The ID of the structure.

message: Message

The message the reaction belongs to.

messageId: string

The ID of the message.

The raw data of the reaction.

Accessors

Methods