Class Group.MessagesPreview.PreviewContents
Brief preview of a message and its sender.
Namespace: GroupMeClientApi.Models
Assembly: GroupMeClientApi.dll
Syntax
public class PreviewContents : object
Properties
| Improve this Doc View SourceAttachments
Gets a list of Attachment contained with the message.
Declaration
public virtual ICollection<Attachment> Attachments { get; }
Property Value
| Type | Description |
|---|---|
| ICollection<Attachment> |
ImageUrl
Gets the sender's avatar Url.
Declaration
public string ImageUrl { get; }
Property Value
| Type | Description |
|---|---|
| String |
Nickname
Gets the sender's nickname.
Declaration
public string Nickname { get; }
Property Value
| Type | Description |
|---|---|
| String |
Text
Gets the message text.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| String |