1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
MadelineProto/docs/API_docs/constructors/phone_phoneCall.md

562 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 Required
users Array of User Required

Type: phone_PhoneCall

Example:

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