V2TimUserFullInfo
Introduction
The detailed profile of a user.
Parameter introduction
userID
Parameter type : String
Supported Platform: All
- Parameter description : The user ID.
nickName
Parameter type : String
Supported Platform: All
- Parameter description : The nick name.
faceUrl
Parameter type : String
Supported Platform: All
- Parameter description : The URL of the face avatar.
selfSignature
Parameter type : String
Supported Platform: All
- Parameter description : The signature of the user.
gender
Parameter type : int
Supported Platform: All
- Parameter description : Gender.
1: Male.
2: Female.
allowType
Parameter type : int
Supported Platform: All
- Parameter description : The verification type of been added as a contact or friend.
0: Allows all applications.
1: Do not allows any applications.
2: Need confirmation for all applications.
customInfo
Parameter type : Map< String, String >
Supported Platform: All
- Parameter description : The custom info.
role
Parameter type : int
Supported Platform: All
- Parameter description : The custom role.
level
Parameter type : int
Supported Platform: All
- Parameter description : The custom level.
birthday
Parameter type : int
Supported Platform: All
- Parameter description : The birthday of the user.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.