Class Group.MessagesPreview
Preview of the most recent message in a Group and information about when it was last updated.
Namespace: GroupMeClientApi.Models
Assembly: GroupMeClientApi.dll
Syntax
public class MessagesPreview : object
Properties
| Improve this Doc View SourceCount
Gets the total number of messages in a Group.
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
LastMessageCreatedAtTime
Gets the time when the last message was sent.
Declaration
public DateTime LastMessageCreatedAtTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LastMessageCreatedAtUnixTime
Gets the Unix Timestamp when the last message was sent.
Declaration
public int LastMessageCreatedAtUnixTime { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
LastMessageId
Gets the identifier for the most recent message in a Group.
Declaration
public string LastMessageId { get; }
Property Value
| Type | Description |
|---|---|
| String |
Preview
Gets a preview of the most recent message's content.
Declaration
public Group.MessagesPreview.PreviewContents Preview { get; }
Property Value
| Type | Description |
|---|---|
| Group.MessagesPreview.PreviewContents |