Constructor: phoneCallWaiting
Incoming phone call
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| video | Bool | Optional | Is this a video call |
| id | long | Yes | Call ID |
| access_hash | long | Yes | Access hash |
| date | int | Yes | Date |
| admin_id | long | Yes | Admin ID |
| participant_id | long | Yes | Participant ID |
| protocol | PhoneCallProtocol | Yes | Phone call protocol info |
| receive_date | int | Optional | When was the phone call received |
Type: PhoneCall
Example:
$phoneCallWaiting = ['_' => 'phoneCallWaiting', 'video' => Bool, 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => long, 'participant_id' => long, 'protocol' => PhoneCallProtocol, 'receive_date' => int];