mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
801 B
801 B
title | description | nav_exclude | image |
---|---|---|---|
updatePhoneCallSignalingData | Incoming phone call signaling payload | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePhoneCallSignalingData
Incoming phone call signaling payload
Attributes:
Name | Type | Required | Description |
---|---|---|---|
phone_call_id | long | Yes | Phone call ID |
data | bytes | Yes | Signaling payload |
Type: Update
Example:
$updatePhoneCallSignalingData = ['_' => 'updatePhoneCallSignalingData', 'phone_call_id' => long, 'data' => 'bytes'];