GenericTextChannelUpdateEvent
, TextChannelCreateEvent
, TextChannelDeleteEvent
, TextChannelUpdatePermissionsEvent
public abstract class GenericTextChannelEvent extends Event
TextChannel
event was fired.
Can be used to detect any TextChannelEvent.
Constructor | Description |
---|---|
GenericTextChannelEvent(JDA api,
long responseNumber,
TextChannel channel) |
Modifier and Type | Method | Description |
---|---|---|
TextChannel |
getChannel() |
The
TextChannel |
Guild |
getGuild() |
getJDA, getResponseNumber
public GenericTextChannelEvent(JDA api, long responseNumber, TextChannel channel)
public TextChannel getChannel()
TextChannel
public Guild getGuild()