Top "Telegram-bot" questions

The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram which is an instant-messaging app with documented API.

How can I bold text in telepot Telegram bot?

I have tried this elif command == 'bold': telegram_bot.sendMessage (chat_id, str("*bold*"), reply_markup=markup) But it is …

python python-3.x telegram-bot telepot
In python-telegram-bot how to get all participants of the group?

In Python-telegram-bot how to get, if possible, the complete list of all participants of the group at which the bot …

telegram telegram-bot python-telegram-bot
How do I send Tables with Telegram Bot API?

I need to send stock market data and the formatting sucks right now. Need to send something liike this | Symbol | …

telegram telegram-bot
How To Obtain Username, First Name Or Last Name Of A Telegram User With Python-Telegram-Bot?

I'm Creating A Telegram Bot Using Python-Telegram-Bot I Know That update.message.chat_id Returns The User's Chat ID, But …

python telegram telegram-bot python-telegram-bot
How to send a hyperlink in bot.sendMessage()

My bot sends out links. so I wanted to include a hyperlink like the one you can do with HTML …

python telegram-bot telepot
Upload file on Telegram with bot

I want to send file from URL to user with Telegram Bots, My files extension in .attheme but I can't …

telegram telegram-bot php-telegram-bot telegram-webhook
How to create inline buttons in PHP Bot Telegram

I must program in php due to company needs... but I am working with php for first time... and it's …

php telegram-bot php-telegram-bot
Using HTML in Telegram bot

This is not a duplicated question. I want to use html codes in my telegram bot that is written by …

c# telegram-bot
Telegram bot weird error : Bad Request: wrong file identifier/HTTP URL specified

I am sending message to telegram channel using bot. With using webhook method. I'm sending file_id via the link. …

php bots telegram telegram-bot
Send messages to telegram group without user input

I'm trying to build a bot which automatically sends a message whenever there is an update in the latest news …

python-3.x telegram telegram-bot python-telegram-bot