MadelineProtoDocs/old_docs/API_docs_v66/constructors/phoneCallDiscardReasonBusy.md

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

Back to constructors index

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'}