FriendResult
Data structure
INTLPersonInfo: Personal information.
| Parameter | Type | Description |
|---|---|---|
| openid | string | Friend's User ID |
| userName | string | User defined nickname |
| gender | int | Gender 0: Undefined 1: Male 2: Female |
| pictureUrl | string | User avatar URL |
| country | string | Country |
| province | string | Province |
| city | string | City |
| language | string | Language |
| extraJson | string | The extended field |
INTLFriendResult: Inherits from INTLBaseResult.
| Parameter | Type | Description |
|---|---|---|
| FriendInfoList | List<INTLPersonInfo> | Friend information list |