updateUserPhoto

Change of contact's profile photo.

updateUserPhoto#95313b0c user_id:int date:int photo:UserProfilePhoto previous:Bool = Update;

Parameters

Name Type Description
user_id long User identifier
date int Date of photo update.
photo UserProfilePhoto New profile photo
previous Bool (boolTrue), if one of the previously used photos is set a profile photo.

Type

 

Related pages

boolTrue

The constructor can be interpreted as a booleantrue value.