If my .py code for the Telegram bot hasn't been running for 6 hours and during that time, 5000 messages have been sent to the bot, will my bot respond to all 5000 messages or ...
Hi, Why can't I send a message to the channel? {"ok":false,"error_code":400,"description":"Bad Request: not enough rights to send text messages to the chat"}
Hi, I installed the telegram local bot server, logged out my telegram bot from here and set base_url to http://localhost/bot in my bot Python code. When I start the local se...
Hey guys. My second Telegram account got instant blocked after i trying to use Telegram API. I just log outed from all devices and cant log in back, SMS or voice codes didnt c...
Can a canceled account be restored?
Everyone use php here ? Or python
Hi, I am looking to develop a simple bot which will present the rules to new group members and they need to write /agree to actually get access to the group. Is this even poss...
def welcomeFilter(update: Update, context: CallbackContext): print("Test") WELCOME_GROUP = 7 dispatcher.add_handler(ChatMemberHandler(welcomeFilter, ChatMemberHandler.C...
Hi there! Could anyone explain to me the weirdness of the limitations I see while testing my long polling bot? The bot is an admin in a supergroup, and the idea is that it sho...
Ai? Do you know Bots.Business
If specified, pressing the button will open a list of suitable users. Tapping on any user will send their identifier to the bot in a “user_shared” service message. Available i...
Hey guys I save file_id on my db and after some days the bot responds with wrong file identifier/http url specified when I try to download it Any idea why this is happening?
Is there anyone here who supports telegram bot?
Are there limit for edit messages?
I want a create a bot jast for recive a message do thay have a example?
Hi please how to add a destination to my bot ?
Hello friends I put inline_keyboard buttons for the robot, but these buttons are not displayed This is the error I receive: [09-Jun-2023 19:09:17 UTC] PHP Fatal error: Uncaug...
Hi all. I'm writing a handler for a bot to meet API limits. The bot sends messages only directly to users (not groups), while between the use of any two methods (send, edit,...
Thinking of creating a bot and was wondering what the consensus here is. Almost all tutorials I see are using some SDK but I've not really come across any tutorials that use w...
Hey where do I raise bug report about Telegram Bot API? There's something weird going on in it. Bots receives an invalid message_thread_id parameter when the user replies t...