Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatMessageReadReceipt

Package version

A chat message read receipt indicates the time a chat message was read by a recipient. A read receipt indicates the time a chat message was read by a recipient.

Hierarchy

  • any
    • ChatMessageReadReceipt

Index

Properties

chatMessageId

chatMessageId: string

Id of the chat message that has been read. This id is generated by the server.

readOn

readOn: Date

The time at which the message was read. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

sender

sender: CommunicationUserIdentifier

The CommunicationUserIdentifier that identifies this Read receipt sender.

senderId

senderId: string

Id of the participant who read the message.

Generated using TypeDoc