MadelineProtoDocs/docs/API_docs/constructors/updateUser.md
2024-05-01 14:53:46 +02:00

737 B

title description nav_exclude image
updateUser User information was updated, it must be refetched using users.getFullUser. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateUser

Back to constructors index

User information was updated, it must be refetched using users.getFullUser.

Attributes:

Name Type Required Description
user_id long Yes User ID

Type: Update

Example:

$updateUser = ['_' => 'updateUser', 'user_id' => long];