Reference documentation and code samples for the Google Apps Chat V1 Client class AnnotationType.
Type of the annotation.
Protobuf type google.chat.v1.AnnotationType
Namespace
Google \ Apps \ Chat \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ANNOTATION_TYPE_UNSPECIFIED
Value: 0Default value for the enum. Don't use.
Generated from protobuf enum ANNOTATION_TYPE_UNSPECIFIED = 0;
USER_MENTION
Value: 1A user is mentioned.
Generated from protobuf enum USER_MENTION = 1;
SLASH_COMMAND
Value: 2A slash command is invoked.
Generated from protobuf enum SLASH_COMMAND = 2;
RICH_LINK
Value: 3A rich link annotation.
Generated from protobuf enum RICH_LINK = 3;
CUSTOM_EMOJI
Value: 4A custom emoji annotation.
Generated from protobuf enum CUSTOM_EMOJI = 4;