Interface ServerVoiceChannelChangeUserLimitEvent

    • Method Detail

      • getNewUserLimit

        java.util.Optional<java.lang.Integer> getNewUserLimit()
        Gets the new user limit of the channel.
        Returns:
        The new user limit of the channel.
      • getOldUserLimit

        java.util.Optional<java.lang.Integer> getOldUserLimit()
        Gets the old user limit of the channel.
        Returns:
        The old user limit of the channel.