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.
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-botWhen my Telegram bot sends sendMessage to Telegram server it gets the error message: {"ok":false,"error_code":400,"description":"Bad …
telegram-botWe have a Telegram bot. It has around 1.2 million subscribers. Now we're facing a problem in sending messages to these …
java telegram-botI made a telegram bot with an inline keyboard.(via InlineKeyboardMarkup) I like to hide (or make it one-time) keyboard …
php telegram-botI have a telegram bot that for any received message runs a program in the server and sends its result …
api telegram-bot spam-preventionTelegram offers "secret chats". Is it possible that a bot opens a secret chat and sends a message? I could …
chat telegram-botI've tried to edit bot's message which was sended about 2 hours ago and got this error and supposed that this …
telegram telegram-botI'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-apiWe have created telegram bot which has many difficult operations. Bot was created by one developer using his phone number. …
telegram telegram-botI have a custom keyboard but to process the answer i need a force reply so i get the question …
telegram-bot