Class ReadReceipt
Represents a read receipt indicating information on whether a message has been received and read.
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
|
Improve this Doc
View Source
Id
Gets the identifier for the receipt.
Declaration
public string Id { get; }
Property Value
|
Improve this Doc
View Source
MessageId
Gets the identifier for the Message the receipt is associated with.
Declaration
public string MessageId { get; }
Property Value
|
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
|
Improve this Doc
View Source
UserId
Gets the identifier for Member the receipt was sent from.
Declaration
public string UserId { get; }
Property Value