Package club.minnced.discord.webhook
Class MessageFlags
- java.lang.Object
-
- club.minnced.discord.webhook.MessageFlags
-
public class MessageFlags extends Object
Constants for the message flags described by the Discord Documentation.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CROSSPOSTED
static int
EPHEMERAL
static int
HAS_THREAD
static int
IS_CROSSPOSTED
static int
LOADING
static int
SOURCE_MESSAGE_DELETED
static int
SUPPRESS_EMBEDS
static int
URGENT
-
Constructor Summary
Constructors Constructor Description MessageFlags()
-
-
-
Field Detail
-
CROSSPOSTED
public static final int CROSSPOSTED
- See Also:
- Constant Field Values
-
IS_CROSSPOSTED
public static final int IS_CROSSPOSTED
- See Also:
- Constant Field Values
-
SUPPRESS_EMBEDS
public static final int SUPPRESS_EMBEDS
- See Also:
- Constant Field Values
-
SOURCE_MESSAGE_DELETED
public static final int SOURCE_MESSAGE_DELETED
- See Also:
- Constant Field Values
-
URGENT
public static final int URGENT
- See Also:
- Constant Field Values
-
HAS_THREAD
public static final int HAS_THREAD
- See Also:
- Constant Field Values
-
EPHEMERAL
public static final int EPHEMERAL
- See Also:
- Constant Field Values
-
LOADING
public static final int LOADING
- See Also:
- Constant Field Values
-
-