Interface GuildVoiceState

    • Method Detail

      • isGuildMuted

        boolean isGuildMuted()
        Returns whether the Member got muted by an Admin
        Returns:
        the Member's guild-mute status
      • isGuildDeafened

        boolean isGuildDeafened()
        Returns whether the Member got deafened by an Admin
        Returns:
        the Member's guild-deaf status
      • isSuppressed

        boolean isSuppressed()
        Returns true if this Member is unable to speak because the channel is actively suppressing audio communication. This occurs only in VoiceChannels where the Member either doesn't have Permission#VOICE_SPEAK or if the channel is the designated AFK channel.
        Returns:
        True, if this Member's audio is being suppressed.
      • getMember

        Member getMember()
        Returns the Member corresponding to this GuildVoiceState instance (Backreference)
        Returns:
        the Member that holds this GuildVoiceState