mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24:51 +00:00
Add INVITE_HASH_INVALID and USER_ALREADY_PARTICIPANT errors
This commit is contained in:
parent
b5c9eb2e76
commit
f7b8c0389d
1 changed files with 3 additions and 1 deletions
|
|
@ -48,4 +48,6 @@ ABOUT_TOO_LONG The about text is too long
|
||||||
MULTI_MEDIA_TOO_LONG The album contains more than 10 items
|
MULTI_MEDIA_TOO_LONG The album contains more than 10 items
|
||||||
USERNAME_OCCUPIED The username is already in use
|
USERNAME_OCCUPIED The username is already in use
|
||||||
BOT_INLINE_DISABLED The inline feature of the bot is disabled
|
BOT_INLINE_DISABLED The inline feature of the bot is disabled
|
||||||
INLINE_RESULT_EXPIRED The inline bot query expired
|
INLINE_RESULT_EXPIRED The inline bot query expired
|
||||||
|
INVITE_HASH_INVALID The invite link hash is invalid
|
||||||
|
USER_ALREADY_PARTICIPANT The user is already a participant of this chat
|
||||||
|
Loading…
Reference in a new issue