concat abstract method

ChatMessage concat(
  1. ChatMessage other
)

Merges this message with another by concatenating the content.

Implementation

ChatMessage concat(final ChatMessage other);