type property

String? type
getter/setter pair

Type of MessageEvent.

Indicates whether the message was sent or received. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unknown event type.
  • "SENT" : Indicates a sent message.
  • "RECEIVED" : Indicates a received message.

Implementation

core.String? type;