Module it.auties.cobalt
Interface TemplateFormatter
- All Superinterfaces:
it.auties.protobuf.model.ProtobufMessage,it.auties.protobuf.model.ProtobufObject
- All Known Implementing Classes:
HighlyStructuredFourRowTemplate,HydratedFourRowTemplate,InteractiveMessage
public sealed interface TemplateFormatter
extends it.auties.protobuf.model.ProtobufMessage
permits HighlyStructuredFourRowTemplate, HydratedFourRowTemplate, InteractiveMessage
A formatter used to structure a button message
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe constant of this enumerated type define the various of types of visual formats for aTemplateMessage -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of this formatter
-
Method Details
-
templateType
TemplateFormatter.Type templateType()Returns the type of this formatter- Returns:
- a non-null type
-