Enum Class GatewayIntent

java.lang.Object
java.lang.Enum<GatewayIntent>
com.mewna.catnip.shard.GatewayIntent
All Implemented Interfaces:
Serializable, Comparable<GatewayIntent>, Constable

public enum GatewayIntent extends Enum<GatewayIntent>
A list of "gateway intents" that tell Discord which events you do and don't want to receive. Events are grouped into intents, which can be thought of as high-level categories of events. Some intents can be privileged. Privileged intents can only be set by bots in <=100 guilds; bots will be prevented from joining more guilds when attempting to use privileged intents unless they are specifically whitelisted by Discord.
Since:
1/16/20.
Author:
amy