UpdateFriendsReq
Description
info
Update friend related attributes
- iOS
- Android
- Flutter
- Unity
UpdateFriendsReq
| Field Name | Field Type | Description |
|---|---|---|
| remark | String | Remark |
| isPinned | bool | Whether it is pinned |
| friendUserIDs | List< String> | Friend User ID list |
| ex | String | Extension field |
OIMUpdateFriendsReq
| Field Name | Field Type | Description |
|---|---|---|
| remark | NSString | Remark |
| isPinned | BOOL | Whether it is pinned |
| friendUserIDs | NSArray< String> | Friend User ID list |
| ex | NSString | Extension field |
UpdateFriendsReq
| Field Name | Field Type | Description |
|---|---|---|
| remark | String | Remark |
| isPinned | Boolean | Whether it is pinned |
| friendUserIDs | String[] | Friend User ID list |
| ex | String | Extension field |
UpdateFriendsReq
| Field Name | Field Type | Description |
|---|---|---|
| Remark | StringValue | Remark |
| IsPinned | BoolValue | Whether it is pinned |
| FriendUserIDs | String[] | Friend User ID list |
| Ex | StringValue | Extension field |