mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
600 B
600 B
title |
---|
updateUserPhoto |
Constructor: updateUserPhoto
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, ];