Google Chat V1 API - Module Google::Apps::Chat::V1::QuotedMessageMetadata::QuoteType (v0.19.0)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Chat::V1::QuotedMessageMetadata::QuoteType.

The quote type of the quoted message.

Constants

QUOTE_TYPE_UNSPECIFIED

value: 0
Reserved. This value is unused.

REPLY

value: 1
If 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.