public interface VoiceState
Modifier and Type | Method and Description |
---|---|
AudioChannel |
getAudioChannel() |
JDA |
getJDA()
Returns the
JDA instance of this VoiceState |
java.lang.String |
getSessionId() |
boolean |
isSelfDeafened()
Returns whether the
Member deafened themselves. |
boolean |
isSelfMuted()
Returns whether the
Member muted themselves. |
boolean isSelfMuted()
Member
muted themselves.boolean isSelfDeafened()
Member
deafened themselves.JDA getJDA()
JDA
instance of this VoiceStateAudioChannel getAudioChannel()
java.lang.String getSessionId()