public abstract class GenericCallEvent extends Event
Modifier and Type | Field and Description |
---|---|
protected Call |
call |
api, responseNumber
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
protected final Call call
public Call getCall()
public boolean isGroupCall()
public Group getGroup()
public PrivateChannel getPrivateChannel()