CallCreateEvent
, CallDeleteEvent
, CallUpdateRegionEvent
, GenericCallUpdateEvent
, GenericCallVoiceEvent
public 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, getResponseNumber
public Call getCall()
public boolean isGroupCall()
public Group getGroup()
public PrivateChannel getPrivateChannel()