Class ServerVoiceChannelMemberEventImpl

    • Constructor Detail

      • ServerVoiceChannelMemberEventImpl

        public ServerVoiceChannelMemberEventImpl​(Long userId,
                                                 ServerVoiceChannel channel)
        Creates a new voice channel member event.
        Parameters:
        userId - The id of the user of the event.
        channel - The channel of the event.
    • Method Detail

      • getUser

        public User getUser​()
        Gets the user of the event.
        Returns:
        The user of the event.