Reference documentation and code samples for the Google Apps Chat V1 Client class HistoryState.
The history state for messages and spaces. Specifies how long messages and conversation threads are kept after creation.
Protobuf type google.chat.v1.HistoryState
Namespace
Google \ Apps \ Chat \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HISTORY_STATE_UNSPECIFIED
Value: 0
Default value. Do not use.
Generated from protobuf enum HISTORY_STATE_UNSPECIFIED = 0;
HISTORY_OFF
Value: 1
History off. Messages and threads are kept for 24 hours.
Generated from protobuf enum HISTORY_OFF = 1;
HISTORY_ON
Value: 2
History on. The organization's Vault retention rules specify for how long messages and threads are kept.
Generated from protobuf enum HISTORY_ON = 2;