Google Chat V1 API - Module Google::Apps::Chat::V1::QuotedMessageMetadata::QuoteType (v0.24.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

When 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.

FORWARD

value: 2

When quote_type is FORWARD, you can quote a:

  • Message from a different space.

  • Message reply from a different thread in the same space.