MadelineProto/docs/API_docs/constructors/updateUserPhoto.md
2016-12-20 13:32:11 +01:00

658 B

title description
updateUserPhoto updateUserPhoto attributes, type and example

Constructor: updateUserPhoto

Back to constructors index

Attributes:

Name Type Required
user_id int Required
date int Required
photo UserProfilePhoto Required
previous Bool Required

Type: Update

Example:

$updateUserPhoto = ['_' => updateUserPhoto', 'user_id' => int, 'date' => int, 'photo' => UserProfilePhoto, 'previous' => Bool, ];