myinstantsbot icon indicating copy to clipboard operation
myinstantsbot copied to clipboard

Add note about "support_inline_queries"

Open progxaker opened this issue 2 years ago • 1 comments

Hello. I wanted to run your bot, but inline queries didn't work. After changing the logging level to DEBUG, I found "supports_inline_queries: False" in stdout. After enabled in BotFather, everything worked.

2021-12-24 10:01:52,720 - telegram.bot - DEBUG -
{'is_bot': True, 'can_join_groups': True,
'supports_inline_queries': False, 'id': 1234567890,
'first_name': 'firstnamebot', 'can_read_all_group_messages': False,
'username': 'usernamebot'}

Could you please add a note about "support_inline_queries"(https://core.telegram.org/bots/inline) and how to change the logging level without changing code? Thanks.

progxaker avatar Dec 24 '21 10:12 progxaker