986 B
986 B
title | description | image |
---|---|---|
messageActionPhoneCall | A phone call | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionPhoneCall
A phone call
Attributes:
Name | Type | Required | Description |
---|---|---|---|
call_id | long | Yes | Call ID |
reason | PhoneCallDiscardReason | Optional | If the call has ended, the reason why it ended |
duration | int | Optional | Duration of the call in seconds |
Type: MessageAction
Example:
$messageActionPhoneCall = ['_' => 'messageActionPhoneCall', 'call_id' => long, 'reason' => PhoneCallDiscardReason, 'duration' => int];
Or, if you're into Lua:
messageActionPhoneCall={_='messageActionPhoneCall', call_id=long, reason=PhoneCallDiscardReason, duration=int}