Class QuotedMessageSnapshot
Provides a snapshot of the content of the quoted message at the time of quoting or forwarding
Implements
Inherited Members
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 & 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 |