mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add ACCESS_TOKEN_INVALID error
This commit is contained in:
parent
05aed5e0e1
commit
0c5f5738a5
1 changed files with 2 additions and 1 deletions
|
|
@ -95,4 +95,5 @@ PHOTO_EXT_INVALID The photo extension is invalid
|
|||
EXTERNAL_URL_INVALID The external media URL is invalid
|
||||
CHAT_NOT_MODIFIED The chat settings were not modified
|
||||
RESULTS_TOO_MUCH The result contains too many items
|
||||
RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
|
||||
RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
|
||||
ACCESS_TOKEN_INVALID The bot access token is invalid
|
||||
|
Loading…
Reference in a new issue