mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Added some story error
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
59e5e1a0b3
commit
2762a1e1c6
2 changed files with 4 additions and 1 deletions
|
|
@ -361,3 +361,5 @@ WEBDOCUMENT_URL_INVALID The web document URL is invalid
|
||||||
WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
|
WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
|
||||||
WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
|
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
|
||||||
|
MEDIA_FILE_INVALID The provided media file is invalid
|
||||||
|
|
|
||||||
|
|
|
@ -37,4 +37,5 @@ 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_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
|
||||||
|
Loading…
Reference in a new issue