Added some missing errors

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
Nick 2023-07-14 05:27:45 +02:00 committed by wulan17
parent 88dee2156e
commit eac886f0e6
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
4 changed files with 18 additions and 4 deletions

View file

@ -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
1 id message
26 USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact
27 USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action
28 USER_RESTRICTED You are limited/restricted. You can't perform this action
29 CHAT_SEND_AUDIOS_FORBIDDEN You can't send audio messages in this chat
30 CHAT_SEND_GAME_FORBIDDEN You can't send a game to this chat
31 CHAT_SEND_GIFS_FORBIDDEN You can't send gifs in this chat
32 CHAT_SEND_MEDIA_FORBIDDEN You can't send media in this chat
33 CHAT_SEND_PHOTOS_FORBIDDEN You can't send photos in this chat
34 CHAT_SEND_PLAIN_FORBIDDEN You can't send non-media (text) messages in this chat
35 CHAT_SEND_POLL_FORBIDDEN You can't send polls in this chat
36 CHAT_SEND_STICKERS_FORBIDDEN You can't send stickers in this chat
37 CHAT_SEND_VIDEOS_FORBIDDEN You can't send videos in this chat
38 CHAT_SEND_VOICES_FORBIDDEN You can't send voice recordings in this chat
39 CHAT_WRITE_FORBIDDEN You can't write in this chat
40 GROUPCALL_FORBIDDEN The group call has already ended

View file

@ -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 id message
43 VOLUME_LOC_NOT_FOUND Telegram is having internal problems. Please try again later
44 WORKER_BUSY_TOO_LONG_RETRY Server workers are too busy right now due to Telegram having internal problems. Please try again later
45 WP_ID_GENERATE_FAILED Telegram is having internal problems. Please try again later
46 FILE_WRITE_FAILED Telegram is having internal problems. Please try again later

View file

@ -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.
1 id message
2 ApiCallError Telegram is having internal problems. Please try again later.
3 Timeout Telegram is having internal problems. Please try again later.
4 Timedout Telegram is having internal problems. Please try again later.