Hello people. In my bot, I ask user to enter a chat id, then bot sends a message to that chat id. But if user enter a wrong chat id, or a chat id that doesn't exists at all, ...
hello people this is a part of my code, that gets and save user sent photo and names it by chat_id. 👇🏻👇🏻👇🏻👇🏻👇🏻 user_photo = update.message.photo[-1].get_file() user_photo.do...
Hi there. In MongoDB: How to check if an index is in my collection or not?
Hello people. In my bot I store joining date of users in MongoDB. I want my bot to send message to users after 25 days since their joining date. How can I do that?
Hi there In my bot When 2 or more people start the bot, it get confused! Like Crosstalk. What's the problem? (Python telegram bot)
Hi I know how to get message id of a text message. But how can I get message id of a media_group ?