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