quoteType property
Specifies the quote type.
If not set, defaults to REPLY in the message read/write path for backward compatibility.
Optional. Possible string values are:
- "QUOTE_TYPE_UNSPECIFIED" : Reserved. This value is unused.
- "REPLY" : 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.
Implementation
core.String? quoteType;