Top "Telegram" questions

Telegram is a cross-platform cloud-based instant messenger with a focus on security.

How do I send a message to Telegram that includes a button that prompts the user to forward the message?

Many Telegram bots (e.g., @youtube) have a button you can click on to forward messages sent by the bot. …

telegram telegram-bot
What is the limit of sending messages from a telegram bot

I would like to understand the limits that Telegram bot API is imposing on message sending. I know that currantly …

telegram telegram-bot telegram-webhook
Allow bot to access Telegram Group messages

One step further than How to add a bot to a Telegram Group? -- How to add a bot to …

telegram telegram-bot
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
Is it possible to host telegram on my own server?

Telegram is a cloud based chat service. All of their clients are open source. I was wondering if there's a …

telegram
Where to find the Telegram Api Key

I am trying to find the Api Key for Telegram but I cannot find it. Where do I find it …

c# telegram telegram-api
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