Google Apps Chat V1 Client - Class SpaceThreadingState (0.1.3)

Reference documentation and code samples for the Google Apps Chat V1 Client class SpaceThreadingState.

Specifies the type of threading state in the Chat space.

Protobuf type google.chat.v1.Space.SpaceThreadingState

Namespace

Google \ Apps \ Chat \ V1 \ Space

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SPACE_THREADING_STATE_UNSPECIFIED

Value: 0

Reserved.

Generated from protobuf enum SPACE_THREADING_STATE_UNSPECIFIED = 0;

THREADED_MESSAGES

Value: 2

Named spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message.

Generated from protobuf enum THREADED_MESSAGES = 2;

GROUPED_MESSAGES

Value: 3

Named spaces where the conversation is organized by topic. Topics and their replies are grouped together.

Generated from protobuf enum GROUPED_MESSAGES = 3;

UNTHREADED_MESSAGES

Value: 4

Direct messages (DMs) between two people and group conversations between 3 or more people.

Generated from protobuf enum UNTHREADED_MESSAGES = 4;