inputUser

Defines a user for further interaction.

inputUser#f21158c6 user_id:long access_hash:long = InputUser;

Parameters

Name Type Description
user_id long User identifier
access_hash long access_hash value from the user constructor

Type

InputUser

Related pages

user

Indicates info about a certain user.

Unless specified otherwise, when updating the local peer database, all fields from the newly received constructor take priority over the old constructor cached locally (including by removing fields that aren't set in the new constructor).

See here ยป for an implementation of the logic to use when updating the local user peer database.