MadelineProto/docs/API_docs/constructors/phoneCallRequested.md

1.0 KiB

title description
phoneCallRequested phoneCallRequested attributes, type and example

Constructor: phoneCallRequested

Back to constructors index

Attributes:

Name Type Required
id long Yes
access_hash long Yes
date int Yes
admin_id int Yes
participant_id int Yes
g_a_hash bytes Yes
protocol PhoneCallProtocol Yes

Type: PhoneCall

Example:

$phoneCallRequested = ['_' => 'phoneCallRequested', 'id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a_hash' => bytes, 'protocol' => PhoneCallProtocol, ];

Or, if you're into Lua:

phoneCallRequested={_='phoneCallRequested', id=long, access_hash=long, date=int, admin_id=int, participant_id=int, g_a_hash=bytes, protocol=PhoneCallProtocol, }