botanio / sdk

Botan.io libs & SDK
331 stars 83 forks source link

Inline query not tracked #96

Open fedeb95 opened 7 years ago

fedeb95 commented 7 years ago

Hi, I'm new to the sdk so this may not be an issue. My bot succesfuly tracks commands or text messages, but fails with inline query. I'm using python and python-telegram-bot. If I print the botan.track() call everything is as the other calls, and the response is {'status':'accepted'}. Could it be because of the lack of uid and message object? Thank you

fedeb95 commented 7 years ago

It seems that sometimes gets tracked and sometimes don't