• Home
  • API Documentation

Class Group.MessagesPreview

Preview of the most recent message in a Group and information about when it was last updated.

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

Properties

| Improve this Doc View Source

Count

Gets the total number of messages in a Group.

Declaration
public int Count { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LastMessageCreatedAtTime

Gets the time when the last message was sent.

Declaration
public DateTime LastMessageCreatedAtTime { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LastMessageCreatedAtUnixTime

Gets the Unix Timestamp when the last message was sent.

Declaration
public int LastMessageCreatedAtUnixTime { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LastMessageId

Gets the identifier for the most recent message in a Group.

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

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
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX