public abstract class GenericCallEvent extends Event
Constructor and Description |
---|
GenericCallEvent(JDA api,
long responseNumber,
Call call) |
Modifier and Type | Method and Description |
---|---|
Call |
getCall() |
Group |
getGroup() |
PrivateChannel |
getPrivateChannel() |
boolean |
isGroupCall() |
getJDA, getResponseNumber
public Call getCall()
public boolean isGroupCall()
public Group getGroup()
public PrivateChannel getPrivateChannel()