627 B
627 B
title | description | image |
---|---|---|
phoneCallDiscardReasonBusy | The phone call was discared because the user is busy in another call | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: phoneCallDiscardReasonBusy
The phone call was discared because the user is busy in another call
Type: PhoneCallDiscardReason
Example:
$phoneCallDiscardReasonBusy = ['_' => 'phoneCallDiscardReasonBusy'];
Or, if you're into Lua:
phoneCallDiscardReasonBusy={_='phoneCallDiscardReasonBusy'}