Add some errors to known errors

This commit is contained in:
KurimuzonAkuma 2023-12-07 11:54:38 +03:00
parent 05e453a8d1
commit 750dd00105

View File

@ -4,6 +4,7 @@ CHANNEL_PUBLIC_GROUP_NA The channel/supergroup is not available
CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
CHAT_ADMIN_REQUIRED The method requires chat admin privileges
CHAT_FORBIDDEN You cannot write in this chat
CHAT_GUEST_SEND_FORBIDDEN You need to join the discussion group before commenting
CHAT_SEND_GIFS_FORBIDDEN You can't send animations in this chat
CHAT_SEND_INLINE_FORBIDDEN You cannot use inline bots to send messages in this chat
CHAT_SEND_MEDIA_FORBIDDEN You can't send media messages in this chat

1 id message
4 CHAT_ADMIN_INVITE_REQUIRED You don't have rights to invite other users
5 CHAT_ADMIN_REQUIRED The method requires chat admin privileges
6 CHAT_FORBIDDEN You cannot write in this chat
7 CHAT_GUEST_SEND_FORBIDDEN You need to join the discussion group before commenting
8 CHAT_SEND_GIFS_FORBIDDEN You can't send animations in this chat
9 CHAT_SEND_INLINE_FORBIDDEN You cannot use inline bots to send messages in this chat
10 CHAT_SEND_MEDIA_FORBIDDEN You can't send media messages in this chat