Reference documentation and code samples for the Google Apps Chat V1 Client class QuoteType.
The quote type of the quoted message.
Protobuf type google.chat.v1.QuotedMessageMetadata.QuoteType
Namespace
Google \ Apps \ Chat \ V1 \ QuotedMessageMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
QUOTE_TYPE_UNSPECIFIED
Value: 0Reserved. This value is unused.
Generated from protobuf enum QUOTE_TYPE_UNSPECIFIED = 0;
REPLY
Value: 1If quote_type is REPLY, you can do the following:
If you're replying in a thread, you can quote another message in that thread.
If you're creating a root message, you can quote another root message in that space. You can't quote a message reply from a different thread.
Generated from protobuf enum REPLY = 1;