11054
This group is for questions, answers and discussions around the python-telegram-bot library. Off-topic group: @pythontelegrambottalk | Website: https://python-telegram-bot.org
Doesn't look like something produced by PTB
Читать полностью…
What does error code 0x01 mean in telegram bot
Читать полностью…
It's part of that 1to1 assumption. The answer is "free" anything extra is limited.
Читать полностью…
I mean, the CBA answer should be 'free' (without a message) because it makes the spinny things go away in the clients - probably was both
Читать полностью…
I once had a bot in a group that showed a google map streetview and had inline buttons to "walk", for each press the image was edited - in a group it would be rate limited 99% of the time because people press buttons!
Читать полностью…
This is not officially documented tho hence "assumption"
Читать полностью…
It doesn't reply with a message in the chat. Its only purpose is to show a pop-up message when you press the keyboard.
In case someone spams (e.g. pressing the button 1000+ times), who gets limited? The bot or the user? Are you sure that show_alert messages have limits?
Solely is used for things like... a bot owner is solely responsible for their bot not spamming
Читать полностью…
In general, if you respond to updates with one request you are solely rate limited
Читать полностью…
Oh then, depends on your use case, if possible use button with url so you don't get in these issues
Читать полностью…
A good idea is to delete the button after user clicks
Читать полностью…
Thanks so much, thats what worked. Threaded Mode can only be activated in https://web.telegram.org/a/#93372553 with Bot Father. Now drafts are being sent.
Читать полностью…
My fault for not redirecting to the off-topic group sooner tbh
Читать полностью…
What I'm trying to say is I don't see where you got that "should be free". We are talking telegram here, I'd say it's amazing there's any rate limit exemption
Читать полностью…
Get ratelimited at 30 CBAnswer per second spread across ever increasing number of your bot users
Читать полностью…
And it wasn't CBAnswer + edit per button press? Just edit?
Читать полностью…
is it possible to use premium emoji in inline button
Читать полностью…
The common assumption is that 1to1 answers are not rate limited.
Читать полностью…
Poolitzer answered to you in terms of (api) requests not messages.
Читать полностью…
Not to be difficult, but I think you mean seldom or rarely 😅
Читать полностью…
Hey. This text reads like an AI/LLM was used to generate this. We found their answers to be unfitting for this group. We are all about providing fine tuned help for technical questions. These generated texts are often long winded, very explanatory answers for steps which didn't need explaining, and then happen to miss the actual underlying question completely or are outright false in the worst case.
Please refrain from this in the future. If you can answer a question yourself, we are glad to see a precise, technical answer. If you can not answer a question, it's better to just not reply instead of copy-pasting an autogenerated answer 😉.
But it's a group message, and it's useful for everyone
Читать полностью…
query.answer(text, show_alert = True)
Does it bring any flooding issue? For example, if someone clicks on the button 1000 times in a minute, what happens? Who's getting restricted? The bot or the user?
And Threaded Mode can only be found when when the App.
Читать полностью…
"This" in the message you're replying to means the python-telegram-bot library, which *can't* be used for userbots
Читать полностью…