169 похожих чатов

[Bot API] @levlam Aliaksei, could you please explain some things about

tg://user?id=xxx buttons and inline links?
Suppose I send a message with text hello <a href="tg://user?id=xxx>User</a> and inline button with tg://user?id=xxx link.

a. If user HAS username and forwards set to ALL, then the text has a clickable link and button is visible, works fine.

b. If user HAS username and forwards set to NOBODY, then the text has NO clickable link (just plain text) but button is visible, works fine. Even though has_private_forwards is True.

c. If user DOESN'T HAVE username and forwards set to ALL, then the text has a clickable link and button is visible, works fine.

d. If user DOESN'T HAVE username and forwards set to NOBODY, then the text has no clickable link, but message cannot be sent, because of Bad Request: BUTTON_USER_PRIVACY_RESTRICTED

e. If (after [d]) I switch forwards from NOBODY to ALL, then clickable link appears immediately, but has_private_forward field from getChat call stays True for several minutes.

So, here are my questions:
1. Is long delay in [e] a bug or some server-side cache? Using public Bot API server.
2. Is has_private_forwards field THE ONLY sign of whether "inline link with ID" will be clickable or not?
3. Is has_private_forwards field THE ONLY sign of whether keyboard with "link with ID" button can be generated in chats without that ID?
Because [b] is unexpected, clients cannot click on users with usernames and private forwards while bots can generate buttons just fine. Inline text link becomes plain text, but the inline button can be shown and opens user's profile. I see this as inconsistent

1 ответов

41 просмотр
Groosha- Автор вопроса

Also if you put some absurd ID like "tg://user?id=1111111111111" (1 trillion ID), the button — suprise! — is created just fine, without any "BUTTON_USER_INVALID" and so on. Looks like yet another Telegram inconsistency (tm)

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта