FullUserInfo
Feature Introduction
info
Integrates PublicInfo, FriendInfo, and BlackInfo.
When using getuserinfo, If it's a friend, both publicInfo and friendInfo will be set. If it's in the blacklist, both publicinfo and blackInfo will be set. If it's both a friend and in the blacklist, then publicInfo, friendInfo, and blackInfo will all be set.
When using getfriend, If it's in the blacklist, then both friendInfo and blackInfo will be set, but publicInfo won't be set.
- iOS
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
FullUserInfo
| Field Name | Field Type | Description |
|---|---|---|
| publicInfo | PublicInfo | Basic User Information |
| friendInfo | FriendInfo | Friend Information |
| blackInfo | BlacklistInfo | Blacklist Information |
OIMFullUserInfo
| Field Name | Field Type | Description |
|---|---|---|
| publicInfo | OIMPublicInfo | Basic User Information |
| friendInfo | OIMFriendInfo | Friend Information |
| blackInfo | OIMBlackInfo | Blacklist Information |
Parameter Details
FullUserItem
| Field Name | Field Type | Description |
|---|---|---|
| publicInfo | PublicUserItem | Basic User Information |
| friendInfo | FriendUserItem | Friend Information |
| blackInfo | BlackUserItem | Blacklist Information |
FullUserItem
| Field Name | Field Type | Description |
|---|---|---|
| publicInfo | PublicUserItem | Basic User Information |
| friendInfo | FriendUserItem | Friend Information |
| blackInfo | BlackUserItem | Blacklist Information |
FullUserItem
| Field Name | Field Type | Description |
|---|---|---|
| publicInfo | PublicUserItem | Basic User Information |
| friendInfo | FriendUserItem | Friend Information |
| blackInfo | BlackUserItem | Blacklist Information |