MadelineProto/old_docs/API_docs_v18/constructors/userForeign.md
2017-02-12 20:32:28 +03:00

887 B

title description
userForeign userForeign attributes, type and example

Constructor: userForeign

Back to constructors index

Attributes:

Name Type Required
id int Required
first_name string Required
last_name string Required
username string Required
access_hash long Required
photo UserProfilePhoto Required
status UserStatus Required

Type: User

Example:

$userForeign = ['_' => 'userForeign', 'id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, 'access_hash' => long, 'photo' => UserProfilePhoto, 'status' => UserStatus, ];