Package net.dv8tion.jda.client.entities
Interface CallableChannel
-
- All Superinterfaces:
ISnowflake
- All Known Subinterfaces:
Group
,PrivateChannel
public interface CallableChannel extends ISnowflake
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Call
getCurrentCall()
RestAction<Call>
startCall()
-
Methods inherited from interface net.dv8tion.jda.core.entities.ISnowflake
getCreationTime, getId, getIdLong
-
-
-
-
Method Detail
-
startCall
@CheckReturnValue RestAction<Call> startCall()
-
getCurrentCall
Call getCurrentCall()
-
-