Add INVITE_REQUEST_SENT to known errors

This commit is contained in:
Dan 2023-01-08 17:22:15 +01:00 committed by wulan17
parent 231f1a1620
commit 3a88297a9a
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -356,3 +356,4 @@ WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
YOU_BLOCKED_USER You blocked this user
ENTITY_BOUNDS_INVALID The message entity bounds are invalid
BOT_ONESIDE_NOT_AVAIL Bots can't pin messages for one side only in private chats
INVITE_REQUEST_SENT The request to join this chat or channel has been successfully sent

1 id message
356 YOU_BLOCKED_USER You blocked this user
357 ENTITY_BOUNDS_INVALID The message entity bounds are invalid
358 BOT_ONESIDE_NOT_AVAIL Bots can't pin messages for one side only in private chats
359 INVITE_REQUEST_SENT The request to join this chat or channel has been successfully sent