Enum Class MessageType

java.lang.Object
java.lang.Enum<MessageType>
io.github.natanimn.telebof.enums.MessageType
All Implemented Interfaces:
Serializable, Comparable<MessageType>, Constable

public enum MessageType extends Enum<MessageType>
Enum representing different types of messages that can be received from Telegram. These types correspond to the filtering methods available in the Filter class and represent various message content types, service messages, and update types supported by the Telegram Bot API.
Since:
1.2.0