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 to get Telegram Bot statistics?

Does exists any way to get bot's statistics with API or with web interface or with BotFather? Or I must …

telegram-bot php-telegram-bot
Telegram Bot gets "Bad Request: message text is empty"

When my Telegram bot sends sendMessage to Telegram server it gets the error message: {"ok":false,"error_code":400,"description":"Bad …

telegram-bot
Telegram bot api: Error code 429, Error: Too many requests: retry later

We have a Telegram bot. It has around 1.2 million subscribers. Now we're facing a problem in sending messages to these …

java telegram-bot
Telegram bot: How do I hide inline keyboard ? PHP

I made a telegram bot with an inline keyboard.(via InlineKeyboardMarkup) I like to hide (or make it one-time) keyboard …

php telegram-bot
Can a telegram bot block a specific user?

I have a telegram bot that for any received message runs a program in the server and sends its result …

api telegram-bot spam-prevention
Telegram Bots: secret chats possible?

Telegram offers "secret chats". Is it possible that a bot opens a secret chat and sends a message? I could …

chat telegram-bot
Telegram Bot API error when try to edit message: "Bad Request: message not found"

I've tried to edit bot's message which was sended about 2 hours ago and got this error and supposed that this …

telegram telegram-bot
Telegram bot inline keyboard via Node.JS

I'm using the node-telegram-bot-api module, How can I make my keyboard to inline Keyboard? This is my code: bot.onText(/^\/…

javascript node.js telegram telegram-bot node-telegram-bot-api
Change telegram bot owner

We have created telegram bot which has many difficult operations. Bot was created by one developer using his phone number. …

telegram telegram-bot
Telegram bot API: Can I mix a custom keyboard and a force_reply?

I have a custom keyboard but to process the answer i need a force reply so i get the question …

telegram-bot