mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
562 B
562 B
title | description |
---|---|
phone.phoneCall | phone_phoneCall attributes, type and example |
Constructor: phone.phoneCall
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], ];