Interface TextChatMessage


public interface TextChatMessage
A TextChatMessage object provides information about a text message in a chat.
Since:
12.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the content of this text chat message in html representation.
  • Method Details

    • getHtml

      String getHtml()
      Returns the content of this text chat message in html representation. The html code can contain the following tags and attributes: br, p, strong, b, u, i, em, span[id|style|class], a[title|href|target|class], img[src|alt|style]
      Returns:
      the content of this text chat message in html representation
      Since:
      12.1