Interface ServerVoiceChannelUpdaterDelegate

    • Method Detail

      • setBitrate

        void setBitrate​(int bitrate)
        Queues the bitrate to be updated.
        Parameters:
        bitrate - The new bitrate of the channel.
      • setUserLimit

        void setUserLimit​(int userLimit)
        Queues the user limit to be updated.
        Parameters:
        userLimit - The new user limit of the channel.
      • removeUserLimit

        void removeUserLimit()
        Queues the user limit to be removed.
      • setCategory

        void setCategory​(ChannelCategory category)
        Queues the category to be updated.
        Parameters:
        category - The new category of the channel.
      • removeCategory

        void removeCategory()
        Queues the category to be removed.
      • setNsfw

        void setNsfw​(boolean nsfw)
        Queues the nsfw flag to be updated.
        Parameters:
        nsfw - Whether the channel should be marked as 'not safe for work' or not.