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
Please answer these questions before submitting your issue. Thanks!
What version of pyTelegramBotAPI are you using?
4.10
What OS are you using?
win 11
What version of python are you using?
python 3.9
im not a professional but this is my problem, please help,
I don't know why my bot can't handle any call back query any more,
but my bot was working very good and then it didn't respond to call back querys i updated my pytelegrambotapi but it still don;t respon any call back query,
this is the part of my code which i use for handle the querys,
This discussion was converted from issue #1959 on April 03, 2023 10:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
Please answer these questions before submitting your issue. Thanks!
4.10
win 11
python 3.9
im not a professional but this is my problem, please help,
I don't know why my bot can't handle any call back query any more,
but my bot was working very good and then it didn't respond to call back querys i updated my pytelegrambotapi but it still don;t respon any call back query,
this is the part of my code which i use for handle the querys,
@bot.callback_query_handler(func=lambda call: call.data == '8')
def upfornextripcmd(call):
userchatid = call.from_user.id
usertxt = call.message.text
mesid = call.message.message_id
Beta Was this translation helpful? Give feedback.
All reactions