851 B
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
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}}