MadelineProtoDocs/docs/API_docs/constructors/phoneCallWaiting.md
2024-05-01 14:53:46 +02:00

1.3 KiB

title description nav_exclude image
phoneCallWaiting Incoming phone call true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: phoneCallWaiting

Back to constructors index

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];