ConversationReq
Feature Introduction
info
conversation information update
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
ConversationReq
Field Name | Field Type | Description |
---|---|---|
recvMsgOpt | int | Receive Message Disturbance Options: 0: Normal; 1: No messages; 2: Online messages only |
groupAtType | int | @ Type |
isPinned | bool | Is Pinned |
isPrivateChat | bool | Private Chat enabled (read & burn) |
burnDuration | int | Burn Duration after reading (seconds) |
ex | String | Extension Field |
OIMConversationReq
Field Name | Field Type | 描述 |
---|---|---|
recvMsgOpt | OIMReceiveMessageOpt | 消息免打扰状态 |
groupAtType | OIMGroupAtType | @类型 |
isPinned | BOOL | 是否置顶 |
isPrivateChat | BOOL | 是否开启了阅后即焚 |
burnDuration | NSTimeInterval | 阅后即焚时间(秒) |
ex | NSString | 扩展字段 |
ConversationReq
Field Name | Field Type | Description |
---|---|---|
recvMsgOpt | int | Receive Message Disturbance Options: 0: Normal; 1: No messages; 2: Online messages only |
groupAtType | int | @ Type |
isPinned | boolean | Is Pinned |
isPrivateChat | boolean | Private Chat enabled (read & burn) |
burnDuration | int | Burn Duration after reading (seconds) |
ex | String | Extension Field |