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