Function buildMessageReactionKey

  • Builds a key for a reaction object in a message for use in cache management.

    Parameters

    • messageId: string

      The ID of the message.

    • userId: string

      The ID of the user.

    • emoteId: number

      The ID of the emote.

    Returns string

    The key for the reaction object.

Generated using TypeDoc