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

681 B

title description nav_exclude image
inputPhoneCall Phone call true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPhoneCall

Back to constructors index

Phone call

Attributes:

Name Type Required Description
id long Yes Call ID
access_hash long Yes Access hash

Type: InputPhoneCall

Example:

$inputPhoneCall = ['_' => 'inputPhoneCall', 'id' => long, 'access_hash' => long];