V
V
vponemax2020-05-25 09:18:47
Python
vponemax, 2020-05-25 09:18:47

@bot.callback_query_handler not working?

@bot.callback_query_handlers(func = lambda call: True)
TypeError: 'list' object is not callable
Please help. How to fix?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Tikhonov, 2020-05-25
@tumbler

Find and correct a typo.

R
Roman Shavukhin, 2020-05-25
@x3ron

If we translate the error, then we will understand that the list type cannot be used, or it is not supported in such a function

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question