Message: update / profile (client -> app)

Back to overview

Modify the user's profile.

This message SHALL be sent by the client in case the user wants to modify its profile.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
update/confirm (app -> client)

Only if acknowledging an update/profile

Name Description
internalError

An internal error occurred

invalidAvatar

Avatar is invalid (e.g. 0 bytes)

valueTooLong

The public nickname is too long

Args

None

Data

Field Description Type Optional Nullable
publicNickname

The user's public nickname

String True False
avatar

The high-res avatar
Must be a PNG, max 512x512px
Set the value to null in order to remove the avatar.

Binary True True