1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:57:46 +01:00
MadelineProto/docs/API_docs/constructors/phone_phoneCall.md

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}, }