channel_post_handler does not see posts made by another bot #2216
robertpustota
started this conversation in
General
Replies: 1 comment 1 reply
-
Have no additional information. May be Telegram improve something at backend... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have this handler
@bot.channel_post_handler(func=lambda message: True, content_types=["text", "document", "photo", "audio", "video", "voice"])
That works well and would catch a message if I sent it, but when it sends another bot, for some reason, this handler does not catch a message.
Can It be that Telegram has forbidden communication with bots, even in channels?
Beta Was this translation helpful? Give feedback.
All reactions