Class ServerVoiceChannelChangeUserLimitEventImpl

    • Constructor Detail

      • ServerVoiceChannelChangeUserLimitEventImpl

        public ServerVoiceChannelChangeUserLimitEventImpl​(ServerVoiceChannel channel,
                                                          int newUserLimit,
                                                          int oldUserLimit)
        Creates a new server voice channel change userLimit event.
        Parameters:
        channel - The channel of the event.
        newUserLimit - The new user limit of the channel.
        oldUserLimit - The old user limit of the channel.