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 hide ReplyKeyboardMarkup after user click in Telegram Bot API

I am using Node.js telegram-bot-api. Idea: Show a custom keyboard with one button - "Share my phone number". When …

javascript node.js telegram telegram-bot
how to create link in telegram bot

I am designing a telegram bot. I want to show some links e.g. 1- wkpviana 2- vianahosting that when …

php telegram-bot php-telegram-bot
Telegram inline keyboard and keyboard

I have question about Telegram bot. I want keyboard and inline keyboard, Can I enable both of the features at …

telegram telegram-bot
Error 404 while accessing api method on telegram bot

I just created a bot of telegram to finish a task for the school regarding the integration of ifttt and …

http http-post telegram telegram-bot ifttt
Telegram bot API: get message id to forward it

So, I need my bot to forward a message of a chat. But in order to do so, I need …

python telegram telegram-bot python-telegram-bot
How should I use parse_mode='HTML' in telegram python bot?

I'm trying to send a message in a channel with a bot, using Telegram API's send_photo() method. It takes …

python bots telegram telegram-bot python-telegram-bot
How to get the user's name in Telegram Bot?

I'm working in Telegram bot with a handler. where I need to get the user's name or users id once …

python python-3.x telegram telegram-bot python-telegram-bot
How to receive images with the Telegram API?

Is it possible to receive images (and store it on the server) which was sent by any user to the …

php json telegram-bot
Telegram, getting file_id for existing sticker

I'm writing a Telegram bot and I want it to send a sticker. It is said here, that to send …

telegram telegram-bot
How to set Telegram bot webhook?

I'm developing a Telegram bot, and I want to set the webhook to my domain's URL. I've already generated a …

php ssl telegram webhooks telegram-bot