MadelineProtoDocs/docs/API_docs/constructors/phoneCallEmpty.md
2024-05-01 14:53:46 +02:00

595 B

title description nav_exclude image
phoneCallEmpty Empty constructor true 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];