public class VoiceStateResponse extends Object
| Constructor and Description |
|---|
VoiceStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChannelId() |
long |
getGuildId() |
String |
getSessionId() |
long |
getUserId() |
boolean |
isDeaf() |
boolean |
isMute() |
boolean |
isSelfDeaf() |
boolean |
isSelfMute() |
Boolean |
isSelfStream() |
boolean |
isSuppress() |
String |
toString() |
public long getGuildId()
public long getUserId()
public String getSessionId()
public boolean isDeaf()
public boolean isMute()
public boolean isSelfDeaf()
public boolean isSelfMute()
public boolean isSuppress()