GenericTextChannelUpdateEvent, TextChannelCreateEvent, TextChannelDeleteEvent, TextChannelUpdatePermissionsEventpublic 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, getResponseNumberpublic GenericTextChannelEvent(JDA api, long responseNumber, TextChannel channel)
public TextChannel getChannel()
TextChannelpublic Guild getGuild()