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.

Telegram Bot custom keyboard in C#

I tried to create message with custom keyboard. So I send request with reply_markup = {"keyboard":[["1"],["2"]],"resize_keyboard":"True","one_…

c# bots telegram telegram-bot
How To Limit Access To A Telegram Bot

When I send a message to my Telegram Bot, it responses with no problems. I wanna limit the access such …

telegram-bot python-telegram-bot
Save user input after certain message telegram bot

I am building some telegram bot on python (using this framework pyTelegramBotAPI). And I ran into the problem with user …

python telegram-bot user-interaction python-telegram-bot
Telegram Bot: How to get callback_data value?

I have a simple bot in Telegram. My "/select" command displays two buttons and each button has its own value. …

telegram telegram-bot php-telegram-bot
(python) Telegram bot- how to send messages periodically?

I have a dilemma regarding my telegram bot. Let's say I have to create a function that will ask, every …

python telegram telegram-bot python-telegram-bot
How to use setWebhook in Telegram with self certificates on Windows 7 and PHP?

I'm quite a newbye in Telegram and I'm trying moving my first steps with it. I've found a good tutorial …

php ssl telegram apache2.4 telegram-bot
How to send big files from URL to Telegram bot?

I have some big size files (in MP4 and Zip formats) and I want to send them to my chat …

php telegram telegram-bot php-telegram-bot
How can I get a list of all messages in Telegram group via the Bot API?

I have a bot in Telegram, which query can I get a list of all messages in a group or …

telegram telegram-bot php-telegram-bot
send long message with photo on telegram with php bot

I need send to telegram long text with photo but telegram image caption has 200 character limit. How can send long …

php telegram telegram-bot
Telegram does not escape some markdown characters

Telegram does not escape some markdown characters, for example: This works fine _test\_test_ But this return parse error *test\*…

markdown telegram-bot