• Home
  • API Documentation

Class Group.MessagesPreview.PreviewContents

Brief preview of a message and its sender.

Inheritance
Object
Group.MessagesPreview.PreviewContents
Namespace: GroupMeClientApi.Models
Assembly: GroupMeClientApi.dll
Syntax
public class PreviewContents : object

Properties

| Improve this Doc View Source

Attachments

Gets a list of Attachment contained with the message.

Declaration
public virtual ICollection<Attachment> Attachments { get; }
Property Value
Type Description
ICollection<Attachment>
| Improve this Doc View Source

ImageUrl

Gets the sender's avatar Url.

Declaration
public string ImageUrl { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Nickname

Gets the sender's nickname.

Declaration
public string Nickname { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Text

Gets the message text.

Declaration
public string Text { get; }
Property Value
Type Description
String
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX