pythontelegrambotgroup | Unsorted

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

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

Subscribe to a channel

>>> 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()

telegram.Bot.send_photo(..., caption=...)
python-telegram-bot documentation for this parameter of telegram.Bot.send_photo:
caption

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

>>> telegram.Bot()

You have to be more specific if you have a real question

Or try to learn the python basics first

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

>>> telegram.Bot()

I just pointed you to a resource in the wiki, the docs or the examples and I have the strong feeling that you did not actually read it. Please do so. If you don't understand everything and have follow up questions, that's fine, but you can't expect me to repeat everything just for you because you didn't feel like reading on your own. 😉

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

>>> telegram.Bot()

how do u use the token after u get api

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

>>> telegram.Bot()

You need to Talk to @BotFather to get the bot token

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

>>> telegram.Bot()

I moved this discussion to the off-topic group.

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

>>> telegram.Bot()

Compute is not free, and again this is /offtopic

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

>>> telegram.Bot()

They should be able to reply in just under two weeks

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

>>> telegram.Bot()

I recommend to switch to HTML because it's easier, but you have to use MarkdownV2

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

>>> telegram.Bot()

Yes
I pass markdown

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

>>> 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?

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

>>> telegram.Bot()

Is it possible to send message with pictures and text as bot?
P.s. now i send images group and reply with text on it

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

>>> telegram.Bot()

ive been reading it. just confused on the input parts

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

>>> telegram.Bot()

Python telegram bot docs

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

>>> telegram.Bot()

Wiki of python-telegram-bot - Category Must read
Tutorial: Your first bot

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

>>> telegram.Bot()

anyone can help me? with this software for gaining acess to creditnials

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

>>> telegram.Bot()

Platforms like Vercel or Netlify provide free database or hosting plans for nextjs projects.
For example, Netlify provide an always free plan for hosting a small scale website that is built with nextjs.
I thought there would be a same thing for hosting a simple telegram bot.

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

>>> telegram.Bot()

I would try if it is free and 24/7

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

>>> telegram.Bot()

Hello there, محمد مهدی. You are writing your job offer in our technical focused groups, which is against our rules. To find a bot developer, please look at agencies dedicated towards freelancers. An example of those would be https://fiverr.com, which we are not associated with.

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

>>> telegram.Bot()

You need to use MarkdownV2 as the parsing mode.

https://core.telegram.org/bots/api#markdownv2-style

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

>>> telegram.Bot()

It does not work the same as before

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