Interface VoiceStateUpdate

    • Method Detail

      • builder

        static discord4j.discordjson.json.gateway.ImmutableVoiceStateUpdate.Builder builder()
      • guildId

        discord4j.discordjson.Id guildId()
      • channelId

        Optional<discord4j.discordjson.Id> channelId()
      • selfMute

        boolean selfMute()
      • selfDeaf

        boolean selfDeaf()