Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageReadReceiptResponse

Receipt response information for a message, including read/unread counts.

Hierarchy

Index

Properties

channelIdentifier: ChannelIdentifier

The channel where the message belongs

messageId: string

The unique message ID

unreadCount: number

Number of users who have not read the message

readCount: number

Number of users who have read the message

totalCount: number

Total number of users who should read the message

The read receipt users