Uses of Class
org.javacord.api.entity.message.MessageType
-
Packages that use MessageType Package Description org.javacord.api.entity.message -
-
Uses of MessageType in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return MessageType Modifier and Type Method Description static MessageTypeMessageType. byType(int type, boolean webhook)Gets the type by its int representation.MessageTypeMessage. getType()Gets the type of the message.static MessageTypeMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-