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
You could twitch stream it and talk to chat
Читать полностью…
At least you ended up testing it instead of waiting for an answer 🌚
Читать полностью…
Yep, I've already tested it with simple bot. Thank you.
Читать полностью…
If its False, the keyboard buttons will be large enough to take up the entire keyboard area
Читать полностью…
I can find note about adding same job multiple times . . .
Читать полностью…
It's possible, you should test it with 10 seconds difference then replacing on the event you want to change value
Читать полностью…
Please don't try to steal people's accounts
Читать полностью…
Noooo
I'm a developer.
Why do they tell me I'm dangerous everywhere I send? I'm just a developer and I designed for virtual numbers.
I designed for a virtual number.
Not the original number.
Example:def keyboard_main_menu():
but1 = InlineKeyboardButton(f"{RLM}💎 something", callback_data="thing1", api_kwargs={"style":"danger"})
but2 = InlineKeyboardButton(f"{RLM}🎁 something", callback_data="thing2", api_kwargs={"style":"success"})
return ReplyKeyboardMarkup(
[
[but1, but2],
],
resize_keyboard=True
)
How do i add it, the buttons in my code are like
def keyboard_main_menu():
return ReplyKeyboardMarkup(
[
[f"{RLM}💎 something", f"{RLM}🎁 something"],
],
resize_keyboard=True
)
any way to set styles for ReplyKeyboardMarkup like inline?
Читать полностью…
Some of us just need to talk to someone after 6 hours of silent work
Читать полностью…
I think I asked just to ask... It was so easy to just test myself before writing question
Читать полностью…
Multiple from my understanding of APScheduler
Читать полностью…
ReplyKeyboardMarkup.resize_keyboard
python-telegram-bot documentation for this attribute:
telegram.ReplyKeyboardMarkup.resize_keyboard
Telegram's official Bot API documentation has more info about ReplyKeyboardMarkup.
You are Literally a life saver
I'll try this method when i get home and have access to my setup 🙏🏻🙏🏻
ext.JobQueue.run_daily
python-telegram-bot documentation for this method:
telegram.ext.JobQueue.run_daily
Hi! What would happen if I run
context.job_queue.run_daily(
myfunc, time = t, name = job_name)
I'm sorry for you and I'm going to clean up my bot.
Читать полностью…
It's a massive security hole and probably malicious
Читать полностью…
i would never use a bot that can see my secret code
Читать полностью…
KeyboardButton
python-telegram-bot documentation for this class:
telegram.KeyboardButton
Telegram's official Bot API documentation has more info about KeyboardButton.
Will work the same way. For each reply button ofc, not the markup
Читать полностью…
Is it possible to send more then 1 photo in one message?
Читать полностью…