1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 03:14:39 +01:00
MadelineProto/old_docs/API_docs_v27/constructors/updateUserPhoto.md

663 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, ];