userForeign

A user that is not a contact of the current user.

userForeign#5214c89d id:int first_name:string last_name:string access_hash:long photo:UserProfilePhoto status:UserStatus = User;

Parameters

Name Type Description
id int User identifier
first_name string First name as supplied by the user
last_name string Last name as supplied by the user
access_hash long Checksum dependent on the user identifier
photo UserProfilePhoto Profile photo
status UserStatus Current status
username string Username

Type

User