mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 14:54:51 +00:00
Define call errors
This commit is contained in:
parent
23a40a45ca
commit
f910dbed1b
1 changed files with 3 additions and 1 deletions
|
|
@ -88,3 +88,5 @@ MEDIA_INVALID The media is invalid
|
||||||
BOT_SCORE_NOT_MODIFIED The bot score was not modified
|
BOT_SCORE_NOT_MODIFIED The bot score was not modified
|
||||||
USER_BOT_REQUIRED The method can be used by bots only
|
USER_BOT_REQUIRED The method can be used by bots only
|
||||||
IMAGE_PROCESS_FAILED The server failed to process your image
|
IMAGE_PROCESS_FAILED The server failed to process your image
|
||||||
|
CALL_ALREADY_ACCEPTED The call is already accepted
|
||||||
|
CALL_ALREADY_DECLINED The call is already declined
|
||||||
|
|
|
||||||
|
Loading…
Reference in a new issue