• Home
  • API Documentation

Class ReadReceipt

Represents a read receipt indicating information on whether a message has been received and read.

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

Properties

| Improve this Doc View Source

ChatId

Gets the identifier for the Chat the receipt is associated with.

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

Id

Gets the identifier for the receipt.

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

MessageId

Gets the identifier for the Message the receipt is associated with.

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

ReadAtTime

Gets the Date and Time for when the associated Message was read by the Member.

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

ReadAtUnixTime

Gets the Unix Timestamp for when the associated Message was read by the Member.

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

UserId

Gets the identifier for Member the receipt was sent from.

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