Message: response / profile (app -> client)

Back to overview

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.

Acknowledgement

This message acknowledges:

Message Condition Error Codes
request/profile (client -> app)

(None)

Name Description
internalError

An internal error occurred

Args

None

Data

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