mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
897 B
897 B
title | description |
---|---|
phoneCallWaiting | phoneCallWaiting attributes, type and example |
Constructor: phoneCallWaiting
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 |
Type: PhoneCall
Example:
$phoneCallWaiting = ['_' => 'phoneCallWaiting', 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'protocol' => PhoneCallProtocol, 'receive_date' => int, ];