mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Added some missing errors
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
88dee2156e
commit
eac886f0e6
4 changed files with 18 additions and 4 deletions
|
|
@ -26,3 +26,15 @@ USER_IS_BLOCKED The user is blocked
|
|||
USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact
|
||||
USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action
|
||||
USER_RESTRICTED You are limited/restricted. You can't perform this action
|
||||
CHAT_SEND_AUDIOS_FORBIDDEN You can't send audio messages in this chat
|
||||
CHAT_SEND_GAME_FORBIDDEN You can't send a game to this chat
|
||||
CHAT_SEND_GIFS_FORBIDDEN You can't send gifs in this chat
|
||||
CHAT_SEND_MEDIA_FORBIDDEN You can't send media in this chat
|
||||
CHAT_SEND_PHOTOS_FORBIDDEN You can't send photos in this chat
|
||||
CHAT_SEND_PLAIN_FORBIDDEN You can't send non-media (text) messages in this chat
|
||||
CHAT_SEND_POLL_FORBIDDEN You can't send polls in this chat
|
||||
CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat
|
||||
CHAT_SEND_VIDEOS_FORBIDDEN You can't send videos in this chat
|
||||
CHAT_SEND_VOICES_FORBIDDEN You can't send voice recordings in this chat
|
||||
CHAT_WRITE_FORBIDDEN You can't write in this chat
|
||||
GROUPCALL_FORBIDDEN The group call has already ended
|
||||
|
|
|
@ -43,3 +43,4 @@ UPLOAD_NO_VOLUME Telegram is having internal problems. Please try again later
|
|||
VOLUME_LOC_NOT_FOUND Telegram is having internal problems. Please try again later
|
||||
WORKER_BUSY_TOO_LONG_RETRY Server workers are too busy right now due to Telegram having internal problems. Please try again later
|
||||
WP_ID_GENERATE_FAILED Telegram is having internal problems. Please try again later
|
||||
FILE_WRITE_FAILED Telegram is having internal problems. Please try again later
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id message
|
||||
ApiCallError Telegram is having internal problems. Please try again later.
|
||||
Timeout Telegram is having internal problems. Please try again later.
|
||||
Timedout Telegram is having internal problems. Please try again later.
|
||||
|
Loading…
Reference in a new issue