相关问题
怎样在 Telegram 创建能根据群角色层次统计话题讨论参与度的机器人?
这需求不难,但要懂点编程。你需要会写 Telegram Bot,推荐用 Python + pyTelegramBotAPI 或 aiogram。然后让 Bot 能监听群消息,记录发言者 ID 和角色,可以用 getChatMember 获取。
11 个点赞 1 回答 721 浏览
这需求不难,但要懂点编程。你需要会写 Telegram Bot,推荐用 Python + pyTelegramBotAPI 或 aiogram。然后让 Bot 能监听群消息,记录发言者 ID 和角色,可以用 getChatMember 获取。