type property

String? type
getter/setter pair

User type. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value for the enum. DO NOT USE.
  • "HUMAN" : Human user.
  • "BOT" : Chat app user.

Implementation

core.String? type;