Add BOT_ONESIDE_NOT_AVAIL to known errors (#1073)

* `BOT_ONESIDE_NOT_AVAIL`

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
Nick 2023-01-08 17:20:36 +01:00 committed by wulan17
parent 0f60e05fce
commit 231f1a1620
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -355,3 +355,4 @@ WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL
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

1 id message
355 WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media
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