MadelineProtoDocs/docs/API_docs/constructors/phoneCallEmpty.md
2019-12-27 17:48:04 +01:00

619 B

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

Constructor: phoneCallEmpty

Back to constructors index

Empty constructor

Attributes:

Name Type Required Description
id long Yes Call ID

Type: PhoneCall

Example:

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

Or, if you're into Lua:

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