Show / Hide Table of Contents

Class QuotedMessageSnapshot

Provides a snapshot of the content of the quoted message at the time of quoting or forwarding

Inheritance
object
QuotedMessageSnapshot
Implements
IMessage<QuotedMessageSnapshot>
IEquatable<QuotedMessageSnapshot>
IDeepCloneable<QuotedMessageSnapshot>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class QuotedMessageSnapshot : IMessage<QuotedMessageSnapshot>, IEquatable<QuotedMessageSnapshot>, IDeepCloneable<QuotedMessageSnapshot>, IBufferMessage, IMessage

Constructors

QuotedMessageSnapshot()

Declaration
public QuotedMessageSnapshot()

QuotedMessageSnapshot(QuotedMessageSnapshot)

Declaration
public QuotedMessageSnapshot(QuotedMessageSnapshot other)
Parameters
Type Name Description
QuotedMessageSnapshot other

Properties

Annotations

Output only. Annotations parsed from the text body of the quoted message. Populated only for FORWARD quote type.

Declaration
public RepeatedField<Annotation> Annotations { get; }
Property Value
Type Description
RepeatedField<Annotation>

Attachments

Output only. Attachments that were part of the quoted message. These are copies of the quoted message's attachment metadata. Populated only for FORWARD quote type.

Declaration
public RepeatedField<Attachment> Attachments { get; }
Property Value
Type Description
RepeatedField<Attachment>

FormattedText

Output only. Contains the quoted message text with markups added to support rich formatting like hyperlinks,custom emojis, markup, etc. Populated only for FORWARD quote type.

Declaration
public string FormattedText { get; set; }
Property Value
Type Description
string

Sender

Output only. The quoted message's author name. Populated for both REPLY & FORWARD quote types.

Declaration
public string Sender { get; set; }
Property Value
Type Description
string

Text

Output only. Snapshot of the quoted message's text content.

Declaration
public string Text { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX