title |
description |
phoneCallWaiting |
phoneCallWaiting attributes, type and example |
Constructor: phoneCallWaiting
Back to constructors index
Attributes:
Name |
Type |
Required |
id |
long |
Required |
access_hash |
long |
Required |
date |
int |
Required |
admin_id |
int |
Required |
participant_id |
int |
Required |
protocol |
PhoneCallProtocol |
Required |
receive_date |
int |
Optional |
Example:
$phoneCallWaiting = ['_' => 'phoneCallWaiting', 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'protocol' => PhoneCallProtocol, 'receive_date' => int, ];