TestTextMessage constructor

TestTextMessage()

Implementation

TestTextMessage() {
  super.type = MessageType.text;
}