Class ReactionToggleEvent

java.lang.Object
com.github.alex1304.ultimategdbot.api.utils.menu.ReactionToggleEvent

public class ReactionToggleEvent
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ReactionToggleEvent​(discord4j.core.event.domain.Event event)  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<discord4j.core.object.entity.MessageChannel> getChannel()  
    discord4j.core.object.util.Snowflake getChannelId()  
    discord4j.core.object.reaction.ReactionEmoji getEmoji()  
    reactor.core.publisher.Mono<discord4j.core.object.entity.Guild> getGuild()  
    java.util.Optional<discord4j.core.object.util.Snowflake> getGuildId()  
    reactor.core.publisher.Mono<discord4j.core.object.entity.Message> getMessage()  
    discord4j.core.object.util.Snowflake getMessageId()  
    reactor.core.publisher.Mono<discord4j.core.object.entity.User> getUser()  
    discord4j.core.object.util.Snowflake getUserId()  
    boolean isAddEvent()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getUserId

      public discord4j.core.object.util.Snowflake getUserId()
    • getUser

      public reactor.core.publisher.Mono<discord4j.core.object.entity.User> getUser()
    • getChannelId

      public discord4j.core.object.util.Snowflake getChannelId()
    • getChannel

      public reactor.core.publisher.Mono<discord4j.core.object.entity.MessageChannel> getChannel()
    • getMessageId

      public discord4j.core.object.util.Snowflake getMessageId()
    • getMessage

      public reactor.core.publisher.Mono<discord4j.core.object.entity.Message> getMessage()
    • getGuildId

      public java.util.Optional<discord4j.core.object.util.Snowflake> getGuildId()
    • getGuild

      public reactor.core.publisher.Mono<discord4j.core.object.entity.Guild> getGuild()
    • getEmoji

      public discord4j.core.object.reaction.ReactionEmoji getEmoji()
    • isAddEvent

      public boolean isAddEvent()