Pyrofork: Add 5 more errors to known errors

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-12-06 10:09:40 +07:00
parent 8e5e317ed1
commit e7060d650a
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
3 changed files with 7 additions and 2 deletions

View file

@ -372,3 +372,6 @@ WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
YOU_BLOCKED_USER You blocked this user YOU_BLOCKED_USER You blocked this user
STORIES_NEVER_CREATED You have never created any stories STORIES_NEVER_CREATED You have never created any stories
MEDIA_FILE_INVALID The provided media file is invalid MEDIA_FILE_INVALID The provided media file is invalid
CHANNEL_FORUM_MISSING
TTL_PERIOD_INVALID TTL_PERIOD_INVALID
BOOSTS_REQUIRED Channel required more boost to upload a story

1 id message
372 YOU_BLOCKED_USER You blocked this user
373 STORIES_NEVER_CREATED You have never created any stories
374 MEDIA_FILE_INVALID The provided media file is invalid
375 CHANNEL_FORUM_MISSING
376 TTL_PERIOD_INVALID TTL_PERIOD_INVALID
377 BOOSTS_REQUIRED Channel required more boost to upload a story

View file

@ -34,4 +34,5 @@ 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_SEND_VOICES_FORBIDDEN You can't send voice recordings in this chat
CHAT_WRITE_FORBIDDEN You can't write in this chat CHAT_WRITE_FORBIDDEN You can't write in this chat
GROUPCALL_FORBIDDEN The group call has already ended GROUPCALL_FORBIDDEN The group call has already ended
LIVE_DISABLED Story is disabled server-side LIVE_DISABLED Story is disabled server-side
CHAT_GUEST_SEND_FORBIDDEN You need to join the discussion group before commenting

1 id message
34 CHAT_SEND_VOICES_FORBIDDEN You can't send voice recordings in this chat
35 CHAT_WRITE_FORBIDDEN You can't write in this chat
36 GROUPCALL_FORBIDDEN The group call has already ended
37 LIVE_DISABLED Story is disabled server-side
38 CHAT_GUEST_SEND_FORBIDDEN You need to join the discussion group before commenting

View file

@ -43,4 +43,5 @@ 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 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 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 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 FILE_WRITE_FAILED Telegram is having internal problems. Please try again later
CHAT_FROM_CALL_CHANGED

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
47 CHAT_FROM_CALL_CHANGED