userSelf

Current authorized user.

userSelf#7007b451 id:int first_name:string last_name:string username:string phone:string photo:UserProfilePhoto status:UserStatus inactive:Bool = User;

Parameters

Name Type Description
id int User identifier
first_name string First name the user assigned to himself
last_name string Last name the user assigned to himself
phone string Phone number
photo UserProfilePhoto Profile photo
status UserStatus Current status
inactive Bool Inactive
username string Username

Type

User

Go up