Top "Telegram" questions

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

Telegram bot message read callback

Is it possible to get callbacks in the webhook whenever a user reads the message sent by the bot, using …

webhooks telegram telegram-bot telegram-webhook
Sending Telegram messages with Telethon: some entity parameters work, others don't?

I'm using Telethon's send_message function to send messages to various chats. Sometimes, the destination is another user (just a …

python entity telegram python-telegram-bot telethon
How do I get the user profile picture of someone using the Telegram bot chat API?

I'm making a basic Control Panel for managing my Bot with PHP. Basically I want to display the Profile picture / …

php telegram telegram-bot python-telegram-bot php-telegram-bot
How to manage invite link in private channel?

What I did: I developed a Telegram bot using TelegrafJS framework. This bot allow the user to subscribe to a …

node.js telegram telegram-bot node-telegram-bot-api
how convert ogg file to telegram voice format?

I'm trying to send a voice message through SendVoice method in telegram bot, but it sends the voice as a …

telegram telegram-bot
resizing Telegram inline keyboard

Telegram's inline keyboard is a great feature with lots of different use cases. Inline buttons are added as a list …

telegram telegram-bot python-telegram-bot
how to convert jpg to webp in C#

I'm writing a telegram bot that takes jpg from it's users and sends it back as stickers. I did this …

c# image-processing telegram telegram-bot webp
Telegram calls via Dante socks5 proxy server not working

I've confugured Dante 1.4on Ubuntu 16.04 as a socks5 proxy for Telegram. Chats are working, but voice calls are not, failing …

proxy telegram socks dante
Read the messages of the public channels from Telegram

I need to read the messages of some public channels in the application, as for example it happens https://tlgrm.…

telegram python-telegram-bot
New Telegram bot return almost empty JSON to API

I want to create a Telegram bot, so I followed the instructions and got: Done! Congratulations on your new bot. …

json telegram telegram-bot