How to get channel updates with Telegram robot
问题 I have searched over Telegram API and Bot API docs for days and it seems there is no direct way for a robot to get notified when there is a new update in a channel say a News channel, Sports channel, etc. The only thing I came up with was: A hook returns updates for channel only when the robot is an administrator member: { "update_id": 673009340, "message": { "message_id": 160, "from": { "id": 104911111, "is_bot": false, "first_name": "Jason", "username": "jason", "language_code": "en-US" },