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.

Retrieve all chat ids using Telegram bot

the main question is how do I get the chat ids for all the conversations ever held with the bot? …

telegram-bot
How to send position using Telegram Desktop?

I'm trying to move my first steps in Telegram, so sorry for the entry-level question. I'm trying to use some …

telegram telegram-bot
I set my telegram bot webhook, but do not send the telegram. Why?

I set webhook my telegram bot with setwebhook method but when I send a message in bot don't take this …

bots telegram telegram-bot php-telegram-bot telegram-webhook
What should I do if I want tag all members of a group in telegram python bot?

I have a telegram bot running on python and based on telethon library. I wanna tag all members in a …

python tags telegram telegram-bot telethon
Get user location latitude and longitude via telegram bot

How to Get user location latitude and longitude via telegram bot? Module: Link Code: bot.onText(/getLocation/, (msg) => { const …

javascript node.js telegram-bot node-telegram-bot-api
Chat API to add and remove members automatically

I'm working with a guy who uses telegram app to send bet tips on football matches. He wants the group …

api telegram telegram-bot php-telegram-bot
Telegram check if user is admin

I am using the telegram bot api to make a bot. I have some commands that can only be sent …

telegram-bot python-telegram-bot
Async SQLite python

I write asynchronous telegram bot using the aiogram library. I decided to use SQLite as a database for storing immutable …

python python-3.x sqlite python-asyncio telegram-bot
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
How can I get Live Location in telegram bot via python?

I'm using the python-telegram-bot library. I want to track a user's Live Location, but I don't know how to do …

python location telegram-bot python-telegram-bot