pythontelegrambotgroup | Unsorted

Telegram-канал pythontelegrambotgroup - >>> telegram.Bot()

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

Subscribe to a channel

>>> telegram.Bot()

You could twitch stream it and talk to chat

Читать полностью…

>>> telegram.Bot()

At least you ended up testing it instead of waiting for an answer 🌚

Читать полностью…

>>> telegram.Bot()

Yep, I've already tested it with simple bot. Thank you.

Читать полностью…

>>> telegram.Bot()

Thnx, I've been already answered

Читать полностью…

>>> telegram.Bot()

If its False, the keyboard buttons will be large enough to take up the entire keyboard area

Читать полностью…

>>> telegram.Bot()

I can find note about adding same job multiple times . . .

Читать полностью…

>>> telegram.Bot()

It's possible, you should test it with 10 seconds difference then replacing on the event you want to change value

Читать полностью…

>>> telegram.Bot()

No idea 🙂 That was in the code of OP 🙂

Читать полностью…

>>> telegram.Bot()

Please don't try to steal people's accounts

Читать полностью…

>>> telegram.Bot()

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.

Читать полностью…

>>> telegram.Bot()

it's probably against ToS btw

Читать полностью…

>>> telegram.Bot()

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
)

Читать полностью…

>>> telegram.Bot()

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
)

Читать полностью…

>>> telegram.Bot()

any way to set styles for ReplyKeyboardMarkup like inline?

Читать полностью…

>>> telegram.Bot()

Check
+send_media_group(chat_id)+
!search

Читать полностью…

>>> telegram.Bot()

Some of us just need to talk to someone after 6 hours of silent work

Читать полностью…

>>> telegram.Bot()

I think I asked just to ask... It was so easy to just test myself before writing question

Читать полностью…

>>> telegram.Bot()

Multiple from my understanding of APScheduler

Читать полностью…

>>> telegram.Bot()

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.

Читать полностью…

>>> telegram.Bot()

You are Literally a life saver
I'll try this method when i get home and have access to my setup 🙏🏻🙏🏻

Читать полностью…

>>> telegram.Bot()

ext.JobQueue.run_daily
python-telegram-bot documentation for this method:
telegram.ext.JobQueue.run_daily

Читать полностью…

>>> telegram.Bot()

Hi! What would happen if I run

context.job_queue.run_daily(
myfunc, time = t, name = job_name)

multiple times (with exact same arguments)?
It would replace previuos job or add another with same name?

Читать полностью…

>>> telegram.Bot()

I'm sorry for you and I'm going to clean up my bot.

Читать полностью…

>>> telegram.Bot()

What resize_keyboard arg do?

Читать полностью…

>>> telegram.Bot()

It's a massive security hole and probably malicious

Читать полностью…

>>> telegram.Bot()

i would never use a bot that can see my secret code

Читать полностью…

>>> telegram.Bot()

KeyboardButton
python-telegram-bot documentation for this class:
telegram.KeyboardButton

Telegram's official Bot API documentation has more info about KeyboardButton.

Читать полностью…

>>> telegram.Bot()

Will work the same way. For each reply button ofc, not the markup

Читать полностью…

>>> telegram.Bot()

telegram.Bot.send_media_group ᵀᴱᴸᴱᴳᴿᴬᴹ

Читать полностью…

>>> telegram.Bot()

Is it possible to send more then 1 photo in one message?

Читать полностью…
Subscribe to a channel