V2TimMessageReceipt
Introduction
Message read receipt.
Parameter introduction
userID
Parameter type : String
Supported Platform: All
- Parameter description : The user ID of the sender.
timestamp
Parameter type : int
Supported Platform: All
- Parameter description : The time when the receiver marked the conversation read.
groupID
Parameter type : String
Supported Platform: All
- Parameter description : Group ID.
msgID
Parameter type : String
Supported Platform: All
- Parameter description : The unique ID of the message
readCount
Parameter type : int
Supported Platform: All
- Parameter description : The amount of group members who have read the group message.
unreadCount
Parameter type : int
Supported Platform: All
- Parameter description : The amount of group members who have not read the group message.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.