Link Search Menu Expand Document

Constructor: phoneCallWaiting

Back to constructors index

Incoming phone call

Attributes:

NameTypeRequiredDescription
videoBoolOptionalIs this a video call
idlongYesCall ID
access_hashlongYesAccess hash
dateintYesDate
admin_idlongYesAdmin ID
participant_idlongYesParticipant ID
protocolPhoneCallProtocolYesPhone call protocol info
receive_dateintOptionalWhen 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];