Google Apps Chat V1 Client - Class Type (0.1.3)

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 \ User

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Default value for the enum. DO NOT USE.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

HUMAN

Value: 1

Human user.

Generated from protobuf enum HUMAN = 1;

BOT

Value: 2

Chat app user.

Generated from protobuf enum BOT = 2;