Chat iOS v4
Chat iOS
Chat
iOS
Home
/
Chat
/
iOS
/
User
This is the new Docs for Chat SDK v4 for iOS. To see the previous Docs, click here.
You can update a user's nickname and profile image with a profile URL using UserUpdateParams
and updateCurrentUserInfo(params:progressHandler:completionHandler:)
. A user's profile image can be a JPG
(.jpg), JPEG
(.jpeg), or PNG
(.png) file of up to 25 MB.
Or, you can directly upload a profile image by following the code below.