ReceiptInfo
Feature Introduction
info
Read receipt for individual chat messages.
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
ReadReceiptInfo
Field Name | Data Type | Description |
---|---|---|
userID | String | Valid for individual chats |
groupID | String | Valid for group chats |
msgIDList | List<String> | IDs of read messages |
readTime | int | Reading time |
msgFrom | int | Message origin |
contentType | int | Message type |
sessionType | int | Session type |
OIMReceiptInfo
Field Name | Data Type | Description |
---|---|---|
userID | NSString | Valid for individual chats |
groupID | NSString | Valid for group chats |
msgIDList | NSArray<NSString *> | IDs of read messages |
readTime | NSInteger | Reading time |
msgFrom | NSInteger | Message origin |
contentType | OIMMessageContentType | Message type |
sessionType | OIMConversationType | Session type |
ReadReceiptInfo
Field Name | Data Type | Description |
---|---|---|
userID | String | Valid for individual chats |
groupID | String | Valid for group chats |
msgIDList | List<String> | IDs of read messages |
readTime | int | Reading time |
msgFrom | int | Message origin |
contentType | int | Message type |
sessionType | int | Session type |
ReceiptInfo
Field Name | Data Type | Description |
---|---|---|
userID | string | Read user ID, valid for individual chats |
groupID | string | Read group ID, valid for group chats |
msgIDList | string[] | List of read message IDs |
readTime | number | Reading time |
msgFrom | number | Message origin |
contentType | MessageType | Message type |
sessionType | SessionType | Session type |
ReceiptInfo
Field Name | Data Type | Description |
---|---|---|
userID | string | Read user ID, valid for individual chats |
groupID | string | Read group ID, valid for group chats |
msgIDList | string[] | List of read message IDs |
readTime | number | Reading time |
msgFrom | number | Message origin |
contentType | MessageType | Message type |
sessionType | SessionType | Session type |
ReceiptInfo
Field Name | Data Type | Description |
---|---|---|
userID | string | Read user ID, valid for individual chats |
groupID | string | Read group ID, valid for group chats |
msgIDList | string[] | List of read message IDs |
readTime | number | Reading time |
msgFrom | number | Message origin |
contentType | MessageType | Message type |
sessionType | SessionType | Session type |
MessageReceipt
Field Name | Data Type | Description |
---|---|---|
UserID | string | Read user ID, valid for individual chats |
GroupID | string | Read group ID, valid for group chats |
MsgIDList | string[] | List of read message IDs |
ReadTime | number | Reading time |
MsgFrom | number | Message origin |
ContentType | MessageType | Message type |
SessionType | SessionType | Session type |