Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadReceipt

Package version

A 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
    • ReadReceipt

Index

Properties

Optional chatMessageId

chatMessageId: undefined | string

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

Optional readOn

readOn: Date

Read receipt timestamp. The timestamp is in ISO8601 format: yyyy-MM-ddTHH:mm:ssZ.

Optional sender

sender: CommunicationUser

The CommunicationUser that identifies this Read receipt sender.

Optional senderId

senderId: undefined | string

Read receipt sender id.

Generated using TypeDoc