Package net.dv8tion.jda.client.entities
Interface CallUser
-
public interface CallUser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Call
getCall()
User
getUser()
CallVoiceState
getVoiceState()
boolean
isRinging()
-
-
-
Method Detail
-
getUser
User getUser()
-
getCall
Call getCall()
-
getVoiceState
CallVoiceState getVoiceState()
-
isRinging
boolean isRinging()
-
-