MadelineProtoDocs/docs/API_docs/constructors/phone.phoneCall.md

851 B

title description image redirect_from
phone.phoneCall A VoIP phone call https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/phone_phoneCall.html

Constructor: phone.phoneCall

Back to constructors index

A VoIP phone call

Attributes:

Name Type Required Description
phone_call PhoneCall Optional The VoIP phone call
users Array of User Yes Users

Type: phone.PhoneCall

Example:

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

Or, if you're into Lua:

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