Represents a reaction to a message in a guild or channel.

Constructors

  • Constructs a new Reaction object.

    Parameters

    • client: Client

      The client instance managing this reaction.

    • data: any

      The raw data from the API representing the reaction.

    Returns Reaction

Properties

burst: boolean
burstColors?: string[]
channelID: string
emoji?: Emoji
guildID?: string
member?: Member
messageAuthorID?: string
messageID: string
type: number
userID: string