Class SingleReactionEventImpl

    • Constructor Detail

      • SingleReactionEventImpl

        public SingleReactionEventImpl​(DiscordApi api,
                                       long messageId,
                                       TextChannel channel,
                                       Emoji emoji,
                                       long userId)
        Creates a new single reaction event.
        Parameters:
        api - The discord api instance.
        messageId - The id of the message.
        channel - The text channel in which the message was sent.
        emoji - The emoji.
        userId - The id of the "owner" of the reaction.