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 do I get authentication in a telegram bot?

Telegram Bots are ready now. If we use the analogy of web browser and websites, the telegram client applications are …

python authentication telegram telegram-bot
How to send photo on telegram bot

i'm just implementing a simple bot who should send some photos and videos to my chat_id. Well, i'm using …

python telegram-bot telepot
Telegram bot: How to mention user by its id (not its username)

I am creating a telegram bot and using sendMessage method to send the messages. it is easy to mention user …

telegram telegram-bot
'stream.ReadTimeout' threw an exception of type 'System.InvalidOperationException' sending photo to telegram bot

I wrote below code for sending a photo to my bot, but in my stream, I have two exceptions for …

c# bots telegram telegram-bot
Got problems with webhook to Telegram Bot API

Why is my webhook not working? I do not get any data from telegram bot API. Here is the detailed …

api ssl telegram-bot
Telegram Bot "chat not found"

I have the following code in Python to send a message to myself from a bot. import requests token = '123456789:…

python python-requests telegram telegram-bot
Telegram Bot custom keyboard in PHP

I'm trying to make a Telegram Bot in PHP with a custom keyboard. The message is delivered, but the custom …

php telegram-bot
How to make a private Telegram bot accessible only by its owner?

I'm developing a Telegram bot, which should be accessible only by its owner (only the owner would be able to …

telegram telegram-bot
How to send an Embedded Image along with text in a Message via Telegram Bot API

Using Telegram Bot API, I'm aware that it is possible to send an image via https://core.telegram.org/bots/…

telegram telegram-bot
Send an image link to telegram without display image url

I need send an image url to telegram without display image url and hidden url. I see a telegram bot …

image telegram telegram-bot