You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I open/prompt user for joining private chat with the help of Inline Button. My use case is to authenticate the user beforehand, after that he will be prompted to join with link to the private chat.
I cannot use inline button with url (which actually does the job) but does not trigger hook "callback_query" and opens the link straight away!
answerCallbackQuery with url only supports url like "t.me/@bot_user_name?start=xxx".
I have seen some groups doing this, how can I achieve this functionality?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I open/prompt user for joining private chat with the help of Inline Button. My use case is to authenticate the user beforehand, after that he will be prompted to join with link to the private chat.
I cannot use inline button with url (which actually does the job) but does not trigger hook "callback_query" and opens the link straight away!
answerCallbackQuery with url only supports url like "t.me/@bot_user_name?start=xxx".
I have seen some groups doing this, how can I achieve this functionality?
Beta Was this translation helpful? Give feedback.
All reactions