1

我创建了一个机器人,我想在这个机器人像管理员一样添加的组中发送消息。

问题是我不知道chat IDgrop 并且在网络上我只阅读了一种推断它的方法:

 https://api.telegram.org/botTOKEN/getUpdates

但我不想使用这种方法,因为我已经使用WebHook并且当它处于活动状态时我无法使用getUpdates

那么你知道我该如何解决我的问题吗?

也许有办法知道有 m bot 的组和频道吗?或者也许知道我的机器人像管理员一样的用户组和频道?

其他建议?

非常感谢,对不起我的英语

4

1 回答 1

1

Clone this repository and insert your bot token inside the index.js as root folder. and run this project. When anything you will do with your bot, it will catch or subscribe all activity inside the index.js file. And there is one method call handle(), it's the default method of getting all.

https://github.com/kunvarsingh/telegram-chatbot.git

于 2019-04-30T05:27:55.520 回答