790 B
790 B
title | description | image |
---|---|---|
updatePhoneCallSignalingData | updatePhoneCallSignalingData attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePhoneCallSignalingData
Attributes:
Name | Type | Required |
---|---|---|
phone_call_id | long | Yes |
data | bytes | Yes |
Type: Update
Example:
$updatePhoneCallSignalingData = ['_' => 'updatePhoneCallSignalingData', 'phone_call_id' => long, 'data' => 'bytes'];
Or, if you're into Lua:
updatePhoneCallSignalingData={_='updatePhoneCallSignalingData', phone_call_id=long, data='bytes'}