MadelineProtoDocs/docs/API_docs/constructors/phoneCallEmpty.md

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}