Questions tagged [telegram-webhook]

Telegram webhooks allows to let a Telegram Bot be notified of new and changed messages and other events, using the HTTPS webhook callbacks.

What is it?

Telegram webhooks allows to let a Telegram Bot be notified of new and changed messages and other events, using the HTTPS webhook callbacks.

See also

257 questions
-3
votes
1 answer

How we can find an Telegram API bot domain link from bot id?

Is there anyway to find an Telegram API bot (domain link) from that bot id ? I only know a Telegram user id and I want to know how can I find that telegram bot domain link and host. Thanks
-4
votes
1 answer

Telegram Bot : what message/user is the bot replying to?

background: I'm making a Telegram Bot for a group chat, that parses messages for specific keywords, then marks a spreadsheet per those keywords, and then sends a message to show that marking was successful or not. Now this gets confusing when…
1 2 3
17
18