Hey everyone.
Have you checked serverless feature that telegram has recently added for bots? When I read the docs on telegram's website, it says that we should turn serverless option on in botfather before proceeding further
The problem is I can not find this option for my bot in the settings of the bot in botfather
How should I turn it on?
29 July 2026
مهرشاد چشم خاوریHey everyone.
Have you checked serverless feature that telegram has recently added for bots? When I read the docs on telegram's website, it says that we should turn serverless option on in botfather before proceeding further
The problem is I can not find this option for my bot
It's available to an extremely limited number of accounts, apparently
30 July 2026
Z A H I DHello
How can I send files more than 50mb by a bot? Not userbot a bot
Some bots can upload files up to 1.95gb
Use libraries that uses MtProto.
Like telethon
Z A H I DHello
How can I send files more than 50mb by a bot? Not userbot a bot
Some bots can upload files up to 1.95gb
Wiki of python-telegram-bot - Category Other resources
Local API Server
TECHNICAL 🕷 SERENAtext not yet in the index
Rich messages stuff is located here with its own section call rich messages
https://core.telegram.org/bots/api
——-
If you want to follow the update when the new python telegram bot will be push, you can follow it here, just be patient since they are rewriting the whole code
https://github.com/python-telegram-bot/python-telegram-bot/issues/5261
—
Dont be lazy, spend 24 hours googling your question before coming here, if someone can find it, that mean you didnt put in the effort to even try
1 August 2026
id 5154127524I have created a tool which my company's firewall blocks from sending OTP but works perfectly on other WiFi but on ethernet it's showing issue
Any solution
I moved this discussion to the off-topic group.
MaxRich messages stuff is located here with its own section call rich messages
https://core.telegram.org/bots/api
——-
If you want to follow the update when the new python telegram bot will be push, you can follow it here, just be patient since they are rewriting the whole code
h
No offense, भ्राता
I had already found that much myself, fr. I just learn way better when there are actual examples to follow, so that's kinda what I was looking for.
But it's all good now. My problem's solved so no worries. Appreciate the help anyway!
Okay, thanks! These warnings also show up for the default examples present in the python telegram bot example scripts so I was wondering if there were any reasons for not including handling of these warnings by default into these scripts. I am new to this so was trying to understand if there were any conceptual reasons for not including it that I am not aware about (out of curiosity)
N [";["?. access in Python any day now
Looking into this in Google led to an interesting thread about it haha, I guess this is permanently deferred
MellowDevWhen I enable type checking in VSCode, Pylance appears to report various warnings across different methods such as <"reply_text" is not a known attribute of "None">. Is this expected behaviour or is something required to be included such as an assert or conditional statements to
Issue #5272: Make the library more strongly typed by harshil21