mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 05:54:51 +00:00
Add PEER_FLOOD error
This commit is contained in:
parent
4cb7733821
commit
1fdd2ef7df
1 changed files with 2 additions and 1 deletions
|
|
@ -60,4 +60,5 @@ OFFSET_INVALID The offset parameter is invalid
|
||||||
EMAIL_INVALID The email provided is invalid
|
EMAIL_INVALID The email provided is invalid
|
||||||
USER_IS_BOT A bot cannot send messages to other bots or to itself
|
USER_IS_BOT A bot cannot send messages to other bots or to itself
|
||||||
WEBPAGE_CURL_FAILED Telegram could not fetch the provided URL
|
WEBPAGE_CURL_FAILED Telegram could not fetch the provided URL
|
||||||
STICKERSET_INVALID The requested sticker set is invalid
|
STICKERSET_INVALID The requested sticker set is invalid
|
||||||
|
PEER_FLOOD The method can't be used because your account is limited
|
||||||
|
Loading…
Reference in a new issue