gpt4 book ai didi

telegram - Telegram Bot 是否可以从 channel 获取消息?

转载 作者:行者123 更新时间:2023-12-04 02:03:37 52 4
gpt4 key购买 nike

我以管理员身份将 bot 添加到 channel ,但我在 bot.on('message' 中没有消息打回来。我对禁用群组添加机器人隐私没有任何问题。如何获取即将到来的 channel 消息?

const TelegramBot = require('node-telegram-bot-api');
let bot = new TelegramBot('xxxxxxxxxxxxxxxxxx', {polling: true});

bot.on('message', (msg) => {
console.log(`${msg.from.username}: ${msg.text} ${msg.location}`);
});

最佳答案

正如您在 documentation 中看到的那样更新的正确属性是“channel_post”而不是“message”

关于telegram - Telegram Bot 是否可以从 channel 获取消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45578818/

52 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com