Answer the question
In order to leave comments, you need to log in
Telebot How to make a button with a transition to the user?
It is necessary that when clicking on the button, the person is thrown into the support profile
bot.py:
bot.send_message(id, texts.error, reply_markup=kb.admin_link)
kb.py:
admin_link = types.InlineKeyboardMarkup(row_width=1)
admin_link.add( InlineKeyboardButton('Support', url=' tg://user?id=1708379789 '))
I tried this, nothing happens when you click on the button \
Thank you for your help :)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question