MadelineProtoDocs/docs/API_docs/constructors/phone.phoneCall.md
2024-05-01 14:53:46 +02:00

830 B

title description nav_exclude image redirect_from
phone.phoneCall A VoIP phone call true 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 VoIP phone call participants

Type: phone.PhoneCall

Example:

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