public class TextChannelUpdateNSFWEvent extends GenericTextChannelUpdateEvent
TextChannel's NSFW status changes.| Constructor and Description |
|---|
TextChannelUpdateNSFWEvent(JDA api,
long responseNumber,
TextChannel channel,
boolean oldNsfw) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getOldNSFW() |
getChannel, getGuildgetJDA, getResponseNumberpublic TextChannelUpdateNSFWEvent(JDA api, long responseNumber, TextChannel channel, boolean oldNsfw)