S
S
Semyon Semyonov2018-09-12 21:34:36
Telegram
Semyon Semyonov, 2018-09-12 21:34:36

Is it possible to forward messages from a channel to a bot?

Is it technically possible? I try through like this:

curl -X POST -d '{"from_chat_id":"123", "chat_id":"111", "message_id":"111"}' "https://api.telegram.org/botXXXX/forwardMessage"

But I get an error that chat_id is empty. There is an assumption that a message cannot be sent to the bot from the channel. Does someone know?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2018-09-12
@man_without_face

You can send it by the client, but not by the bot.
The platform is specifically designed so that bots do not see the messages of other bots.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question