MadelineProto/old_docs/API_docs_v65/constructors/updatePhoneCall.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

563 B

title description
updatePhoneCall updatePhoneCall attributes, type and example

Constructor: updatePhoneCall

Back to constructors index

Attributes:

Name Type Required
phone_call PhoneCall Yes

Type: Update

Example:

$updatePhoneCall = ['_' => 'updatePhoneCall', 'phone_call' => PhoneCall, ];

Or, if you're into Lua:

updatePhoneCall={_='updatePhoneCall', phone_call=PhoneCall, }