电报机器人可以读取频道的消息吗

Can a Telegram bot read messages of channel

电报机器人 read/access 我和机器人都不是管理员的电报频道可以吗?

我知道直到去年 11 月,这是不可能的,但我听说有人这样做了,但到目前为止我还做不到。

非常感谢您的意见和知识。

P.s。任何解决方法都会很棒。

FAQ 内容为:

  1. All bots, regardless of settings, will receive:

    • All service messages.
    • All messages from private chats with users.
    • All messages from channels where they are a member.
  2. Bot admins and bots with privacy mode disabled will receive all messages except messages sent by other bots.

  3. Bots with privacy mode enabled will receive:

    • Commands explicitly meant for them (e.g., /command@this_bot).
    • General commands from users (e.g. /start) if the bot was the last bot to send a message to the group.
    • Messages sent via this bot.
    • Replies to any messages implicitly or explicitly meant for this bot.

因此,如果您的机器人是频道的成员,它将接收除其他机器人发送的消息之外的所有消息。