We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34744d commit 525bb16Copy full SHA for 525bb16
config.xml
@@ -144,6 +144,8 @@
144
<option id="CALL_EXCEPTIONS">
145
<category-title>exception <ref>pytgcalls.exceptions.<sb>CallDeclined</sb></ref></category-title>
146
<subtext><text>The call was declined by the user.</text></subtext>
147
+ <category-title>exception <ref>pytgcalls.exceptions.<sb>CallBusy</sb></ref></category-title>
148
+ <subtext><text>When the user is already in a call.</text></subtext>
149
<category-title>exception <ref>pytgcalls.exceptions.<sb>CallDiscarded</sb></ref></category-title>
150
<subtext><text>The call was discarded by the user while connecting.</text></subtext>
151
<config id="TELEGRAM_EXCEPTION"/>
0 commit comments