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, getResponseNumberpublic Call getCall()
public boolean isGroupCall()
public Group getGroup()
public PrivateChannel getPrivateChannel()