Uses of Enum Class
bpmn.handler.telegram.MessageFormat
Packages that use MessageFormat
-
Uses of MessageFormat in bpmn.handler.telegram
Methods in bpmn.handler.telegram that return MessageFormatModifier and TypeMethodDescriptionstatic MessageFormat
Returns the enum constant of this class with the specified name.static MessageFormat[]
MessageFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in bpmn.handler.telegram with parameters of type MessageFormatModifier and TypeMethodDescriptionvoid
TelegramService.sendMessage
(String chatId, String message, MessageFormat messageFormat) void
TelegramServiceImpl.sendMessage
(String chatId, String message, MessageFormat messageFormat)