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
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class QuotedMessageSnapshot : IDirectResponseSchema

Properties

Annotations

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

Declaration
[JsonProperty("annotations")]
public virtual IList<Annotation> Annotations { get; set; }
Property Value
Type Description
IList<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
[JsonProperty("attachments")]
public virtual IList<Attachment> Attachments { get; set; }
Property Value
Type Description
IList<Attachment>

ETag

The ETag of the item.

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

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
[JsonProperty("formattedText")]
public virtual string FormattedText { get; set; }
Property Value
Type Description
string

Sender

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

Declaration
[JsonProperty("sender")]
public virtual string Sender { get; set; }
Property Value
Type Description
string

Text

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

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX