mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
954 B
954 B
title | description |
---|---|
userContact | userContact attributes, type and example |
Constructor: userContact
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
first_name | string | Required |
last_name | string | Required |
username | string | Required |
access_hash | long | Required |
phone | string | Required |
photo | UserProfilePhoto | Required |
status | UserStatus | Required |
Type: User
Example:
$userContact = ['_' => 'userContact', 'id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, 'access_hash' => long, 'phone' => string, 'photo' => UserProfilePhoto, 'status' => UserStatus, ];