mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
830 B
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
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]];