Return the user's profile.
This message MUST be sent by the app in case the user's profile has been requested by the client.
This message acknowledges:
| Message | Condition | Error Codes | ||||
|---|---|---|---|---|---|---|
| request/profile (client -> app) | (None) |
|
| Field | Description | Type | Optional | Nullable |
|---|---|---|---|---|
| identity |
The user's identity |
String | False | False |
| publicKey |
The user's public key |
Binary | False | False |
| publicNickname |
The user's public nickname |
String | True | False |
| avatar |
The user's high-res avatar |
Binary | True | False |