10327
This group is for questions, answers and discussions around the python-telegram-bot library. Off-topic group: @pythontelegrambottalk | Website: https://python-telegram-bot.org
Hey I'm new How can I Change colours Of My Bot Buttons ?
Which library is required for that ?
And also how is look like Code of colours buttons!
Hi guys, I implemented a Python source code on my server. I followed all the steps correctly, but when I try to exit the bot's interface and return to Telegram, the mobile button doesn't work. I have to close Telegram completely and reopen it. Do you think the problem is with the source code?
Читать полностью…
By choosing parse mode like Markdown or HTML
edit :
In MarkdownV2
For bold *hello*
For Italic _hello_
In HTML
For bold <b>text</b>
For Italic <i>text</i>
I just got the link and there real miniapp working, i cpoy pasted the link in this aexample and still getting bad url error
START_KEYBOARD = ReplyKeyboardMarkup(Читать полностью…
keyboard=[
["Order 📞", "Go away"],
[KeyboardButton(text="Open MiniApp", web_app=WebAppInfo(url="https://your-miniapp-url.com"))]
],
resize_keyboard=True,
)
gpt saying link must lead not on telegram bot, is that true ?
Читать полностью…
this error means your URL is invalid
make sure 🚧🫴
- the URL starts with https://
ex :
WebAppInfo(url="https://ahmed-mido.com")
Probably because of another bot in the chat
Читать полностью…
Thats message updates. Does it receive /command@botusername
Читать полностью…
You said it doesn't get message updates from the chat
Читать полностью…
In android
Some devices have this problem 😕
No, even if such an exploit existed, I find it extremely unlikely you'd stumble upon it by accident
Читать полностью…
Hey. You can find an explanation of @roolsbot's functionality on 'GitHub.
Читать полностью…
how can i make the bot send bold or italic text
Читать полностью…
bruh whats wrong with you ? YOu really think I post real link here ? this is just an example
Читать полностью…
Wiki of python-telegram-bot - Category Networking
Working Behind a Proxy
I am gettimg this error, someone pls answer
| telegram.error.BadRequest: Button_url_invalidЧитать полностью…
Did they affect on each other? I didnot know it
Читать полностью…
hmm, i did not try this. It's strange that it work but suddenly stopped.
Читать полностью…