Top "Telegram" questions

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

How to force telegram to update link preview?

Telegram show description meta tag as link preview. I changed the description meta tag but the link preview of my …

seo telegram
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
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
How to implement authorization using a Telegram API?

I want to implement multiple authorization using PHP for interaction with Telegram REST API. What task am I trying to …

php algorithm api rest telegram
'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
Peculiar Eclipse java.lang.UnsupportedClassVersionError, Unsupported major.minor version 52.0

First of all, I'd like to point out that I am aware that this question has been asked countless times …

java eclipse telegram
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
What can I use to implement Telegram messages in my website?

After searching all over the web, I am forced to ask: What can I use to send messages using the …

javascript php api message telegram
Telegram C# example send message

I can't find an example of sending message by telegram protocol from C#. I tried to use this but failed. …

c# .net telegram
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