elements property
List of content elements that make up the message.
This allows for rich messages with multiple types of content (text, images, etc.) following the Composite pattern.
Implementation
final List<MessageElement> elements;
List of content elements that make up the message.
This allows for rich messages with multiple types of content (text, images, etc.) following the Composite pattern.
final List<MessageElement> elements;