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 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 can I send a message to someone with telegram API using my own account

It's awesome how google something can be annoying when you can't find the right words. I found a million answers …

python telegram-bot python-telegram-bot telegram-api
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
How to set up python-telegram-bot webhook on Heroku?

I'm using the python-telegram-bot wrapper, and I've been trying to host a simple echo telegram bot on Heroku adapting a …

telegram-bot 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
How can I get messages from a Telegram channel with the Telegram API

How can I access to a Telegram channel messages with a bot registered as channel admin? I am trying to …

c# asp.net telegram-bot
Telegram bot initiate conversation with a user

I am writing a Telegram bot, to simplify the issue let's say you can ask the bot questions in a …

python telegram telegram-bot python-telegram-bot