Class TextChannelUpdatePositionEvent

    • Constructor Detail

      • TextChannelUpdatePositionEvent

        public TextChannelUpdatePositionEvent​(@Nonnull
                                              JDA api,
                                              long responseNumber,
                                              @Nonnull
                                              TextChannel channel,
                                              int oldPosition)
    • Method Detail

      • getOldPosition

        public int getOldPosition()
        The old position
        Returns:
        The old position
      • getNewPosition

        public int getNewPosition()
        The new position
        Returns:
        The new position