Show / Hide Table of Contents

Enum QuotedMessageMetadata.Types.QuoteType

The quote type of the quoted message.

Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum QuotedMessageMetadata.Types.QuoteType

Fields

Name Description
Forward

When quote_type is FORWARD, you can quote a:

  • Message from a different space.

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

Reply

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.

Unspecified

Reserved. This value is unused.

In this article
Back to top Generated by DocFX