public interface VoiceChannel extends Channel, AudioChannel, java.lang.Comparable<VoiceChannel>
Channel
parent,
this interface is empty.
This interface only exists to distinct Channels
into
VoiceChannels and TextChannels
.Modifier and Type | Method and Description |
---|---|
int |
getBitrate()
The audio bitrate of the voice audio that is played in this channel.
|
int |
getUserLimit()
The maximum amount of
Users that can be in this
VoiceChannel at one time. |
createPermissionOverride, createPermissionOverride, delete, getGuild, getJDA, getManager, getManagerUpdatable, getMemberPermissionOverrides, getMembers, getName, getOverrideForMember, getOverrideForRole, getPermissionOverrides, getPosition, getPositionRaw, getRolePermissionOverrides
getCreationTime, getId
int getUserLimit()
int getBitrate()