MadelineProto/old_docs/API_docs_v65/constructors/phone_phoneCall.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

663 B

title description
phone.phoneCall phone_phoneCall attributes, type and example

Constructor: phone.phoneCall

Back to constructors index

Attributes:

Name Type Required
phone_call PhoneCall Yes
users Array of User Yes

Type: phone_PhoneCall

Example:

$phone_phoneCall = ['_' => 'phone.phoneCall', 'phone_call' => PhoneCall, 'users' => [User], ];

Or, if you're into Lua:

phone_phoneCall={_='phone.phoneCall', phone_call=PhoneCall, users={User}, }