Defines a user for further interaction.
inputPeerUser#dde8a54c user_id:long access_hash:long = InputPeer;
Name | Type | Description |
---|---|---|
user_id | long | User identifier |
access_hash | long | access_hash value from the user constructor |
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.