mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: Add 5 more errors to known errors
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
8e5e317ed1
commit
e7060d650a
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
|
@ -35,3 +35,4 @@ 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
|
||||||
|
|
|
||||||
|
|
|
@ -44,3 +44,4 @@ VOLUME_LOC_NOT_FOUND Telegram is having internal problems. Please try again late
|
||||||
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
|
||||||
|
|
|
||||||
|
Loading…
Reference in a new issue