concat abstract method
Merges this message with another by concatenating the content.
Implementation
ChatMessage concat(final ChatMessage other);
Merges this message with another by concatenating the content.
ChatMessage concat(final ChatMessage other);