mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
536 B
536 B
Constructor: updateNewAuthorization
Attributes:
Name | Type | Required |
---|---|---|
auth_key_id | long | Required |
date | int | Required |
device | string | Required |
location | string | Required |
Type:
Example:
$updateNewAuthorization = ['_' => updateNewAuthorization', 'auth_key_id' => long, 'date' => int, 'device' => string, 'location' => string, ];