Uses of Class
com.jtelegram.api.message.MessageType
-
Packages that use MessageType Package Description com.jtelegram.api.message -
-
Uses of MessageType in com.jtelegram.api.message
Methods in com.jtelegram.api.message that return MessageType Modifier and Type Method Description static MessageType
MessageType. typeFrom(java.lang.Class<? extends Message> clazz)
static <T extends Message>
MessageTypeMessageType. typeFrom(T message)
static MessageType
MessageType. 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.
-