MadelineProto/old_docs/API_docs_v70/constructors/phone_phoneCall.md

798 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]];

PWRTelegram json-encoded version:

{"_": "phone.phoneCall", "phone_call": PhoneCall, "users": [User]}

Or, if you're into Lua:

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