Reference documentation and code samples for the Google Apps Chat V1 Client class Type.
Protobuf type google.chat.v1.User.Type
Namespace
Google \ Apps \ Chat \ V1 \ UserMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Default value for the enum. DO NOT USE.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
HUMAN
Value: 1Human user.
Generated from protobuf enum HUMAN = 1;
BOT
Value: 2Chat app user.
Generated from protobuf enum BOT = 2;