MadelineProtoDocs/old_docs/API_docs_v43/constructors/updatePhoneCallSignalingDat...

790 B

title description image
updatePhoneCallSignalingData updatePhoneCallSignalingData attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatePhoneCallSignalingData

Back to constructors index

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'}