MadelineProtoDocs/docs/API_docs/constructors/phoneCallEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

719 B

title description image
phoneCallEmpty Empty phone call https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: phoneCallEmpty

Back to constructors index

Empty phone call

Attributes:

Name Type Required Description
id long Yes ID

Type: PhoneCall

Example:

$phoneCallEmpty = ['_' => 'phoneCallEmpty', 'id' => long];

PWRTelegram json-encoded version:

{"_": "phoneCallEmpty", "id": long}

Or, if you're into Lua:

phoneCallEmpty={_='phoneCallEmpty', id=long}