mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
681 B
681 B
title | description | nav_exclude | image |
---|---|---|---|
inputPhoneCall | Phone call | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPhoneCall
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];