mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Add CHAT_SEND_MEDIA_FORBIDDEN and INVITE_HASH_EXPIRED error
This commit is contained in:
parent
944b672fe5
commit
fd69f45e98
@ -97,3 +97,4 @@ CHAT_NOT_MODIFIED The chat settings were not modified
|
|||||||
RESULTS_TOO_MUCH The result contains too many items
|
RESULTS_TOO_MUCH The result contains too many items
|
||||||
RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
|
RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
|
||||||
ACCESS_TOKEN_INVALID The bot access token is invalid
|
ACCESS_TOKEN_INVALID The bot access token is invalid
|
||||||
|
INVITE_HASH_EXPIRED The chat invite link is no longer valid
|
|
@ -3,3 +3,4 @@ CHAT_WRITE_FORBIDDEN You don't have rights to send messages in this chat
|
|||||||
RIGHT_FORBIDDEN One or more admin rights can't be applied to this kind of chat (channel/supergroup)
|
RIGHT_FORBIDDEN One or more admin rights can't be applied to this kind of chat (channel/supergroup)
|
||||||
CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
|
CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
|
||||||
MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat
|
MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat
|
||||||
|
CHAT_SEND_MEDIA_FORBIDDEN You can't send media messages in this chat
|
|
Loading…
Reference in New Issue
Block a user