Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callback_data #52

Open
rich-kid opened this issue Nov 23, 2023 · 4 comments
Open

callback_data #52

rich-kid opened this issue Nov 23, 2023 · 4 comments

Comments

@rich-kid
Copy link

Почему кнопка с callback_data не работает?
callback_button = types.InlineKeyboardButton(text="Callback", callback_data="test")

Я и так и сяк крутил... кучу кода перепробывал, а заставить ее работать так и не смог...

@MasterGroosha
Copy link
Owner

MasterGroosha commented Nov 24, 2023

Этого кода недостаточно. Что значит "не работает"? Какая версия фреймворка? И какого именно?

@rich-kid
Copy link
Author

При нажатии кнопка "горит", но в код событие с кнопки не приходит...
pip show telebot
Name: telebot
Version: 0.0.5

@MasterGroosha
Copy link
Owner

Это какая-то левая библиотека.

pip uninstall telebot
pip install pytelegrambotapi

@rich-kid
Copy link
Author

Спасибо за помощь.
Переустановил, но не заработало.
Удалил старого бота, создал нового и всё завелось. Даже не знаю в чем могла быть проблема.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants