Reference documentation and code samples for the Google Apps Chat V1 Client class RichLinkType.
The rich link type. More types might be added in the future.
Protobuf type google.chat.v1.RichLinkMetadata.RichLinkType
Namespace
Google \ Apps \ Chat \ V1 \ RichLinkMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RICH_LINK_TYPE_UNSPECIFIED
Value: 0
Default value for the enum. Don't use.
Generated from protobuf enum RICH_LINK_TYPE_UNSPECIFIED = 0;
DRIVE_FILE
Value: 1
A Google Drive rich link type.
Generated from protobuf enum DRIVE_FILE = 1;
CHAT_SPACE
Value: 2
A Chat space rich link type. For example, a space smart chip.
Generated from protobuf enum CHAT_SPACE = 2;