Enum ChannelField

java.lang.Object
java.lang.Enum<ChannelField>
net.dv8tion.jda.api.entities.channel.ChannelField
All Implemented Interfaces:
Serializable, Comparable<ChannelField>

public enum ChannelField extends Enum<ChannelField>
This enum represents the attributes of a channel that can be modified by events.
Most of these changes are tracked and reflected by Audit Log Entries.
Values of this enum without an AuditLogKey are not tracked by the Audit Log.
See Also: