mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Add some errors to known errors
This commit is contained in:
parent
293b3392e6
commit
e102dc4445
@ -138,6 +138,7 @@ GAME_BOT_INVALID You cannot send that game with the current bot
|
|||||||
GEO_POINT_INVALID Invalid geo point provided
|
GEO_POINT_INVALID Invalid geo point provided
|
||||||
GIF_CONTENT_TYPE_INVALID GIF content-type invalid
|
GIF_CONTENT_TYPE_INVALID GIF content-type invalid
|
||||||
GIF_ID_INVALID The provided gif/animation id is invalid
|
GIF_ID_INVALID The provided gif/animation id is invalid
|
||||||
|
GIFT_SLUG_EXPIRED The gift slug is expired
|
||||||
GRAPH_INVALID_RELOAD Invalid graph token provided, please reload the stats and provide the updated token
|
GRAPH_INVALID_RELOAD Invalid graph token provided, please reload the stats and provide the updated token
|
||||||
GRAPH_OUTDATED_RELOAD The graph data is outdated
|
GRAPH_OUTDATED_RELOAD The graph data is outdated
|
||||||
GROUPCALL_SSRC_DUPLICATE_MUCH Too many group call synchronization source duplicates
|
GROUPCALL_SSRC_DUPLICATE_MUCH Too many group call synchronization source duplicates
|
||||||
|
|
@ -5,6 +5,7 @@ FILEREF_UPGRADE_NEEDED The file reference has expired and you must use a refresh
|
|||||||
FRESH_CHANGE_ADMINS_FORBIDDEN You were just elected admin, you can't add or modify other admins yet
|
FRESH_CHANGE_ADMINS_FORBIDDEN You were just elected admin, you can't add or modify other admins yet
|
||||||
FRESH_CHANGE_PHONE_FORBIDDEN You can't change your phone number because your session was logged-in recently
|
FRESH_CHANGE_PHONE_FORBIDDEN You can't change your phone number because your session was logged-in recently
|
||||||
FRESH_RESET_AUTHORISATION_FORBIDDEN You can't terminate other authorized sessions because the current was logged-in recently
|
FRESH_RESET_AUTHORISATION_FORBIDDEN You can't terminate other authorized sessions because the current was logged-in recently
|
||||||
|
GIFTCODE_NOT_ALLOWED Giftcode not allowed
|
||||||
PHONE_NUMBER_INVALID The phone number is invalid
|
PHONE_NUMBER_INVALID The phone number is invalid
|
||||||
PHONE_PASSWORD_FLOOD You have tried to log-in too many times
|
PHONE_PASSWORD_FLOOD You have tried to log-in too many times
|
||||||
STICKERSET_INVALID The sticker set is invalid
|
STICKERSET_INVALID The sticker set is invalid
|
||||||
|
|
Loading…
Reference in New Issue
Block a user