Reference documentation and code samples for the Google Apps Chat V1 Client class Type.
Deprecated: Use SpaceType instead.
Protobuf type google.chat.v1.Space.Type
Namespace
Google \ Apps \ Chat \ V1 \ SpaceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Reserved.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ROOM
Value: 1Conversations between two or more humans.
Generated from protobuf enum ROOM = 1;
DM
Value: 21:1 Direct Message between a human and a Chat app, where all messages are flat. Note that this doesn't include direct messages between two humans.
Generated from protobuf enum DM = 2;