Questions tagged «telegram-bot»

12
电报机器人-如何获取群聊ID?
我一直在使用telegram_bot,并尝试获取groupChat id来向群聊发送通知,但不知道我必须使用哪种方法。 为了获得聊天ID,当机器人参与聊天时,我会使用message.chat.id,但是我必须使用它来获取群组聊天ID,无法找到/

10
如何获取私人电报频道的chat_id?
我使用curl更新我的公共频道。这种语法: curl -X POST "https://api.telegram.org/bot144377327:AAGqdElkZ-77zsPRoAXXXXXXXXXX/sendMessage" -d "chat_id=@MyChannel&text=my sample text" 那是什么 chat_id是私人频道?这不是您私人邀请中的那个。 因为现在我们可以在所有方法中(而不是forwardMessage中的from_chat_id)在chat_id处传递通道用户名(格式为@channelusername)。但是我管理的私人频道的@channelusername是什么?

4
如何将我的漫游器添加到频道?
我正在使用我的漫游器来告知重要新闻,但是当我使用sendMessage该频道时,出现以下错误: {"ok":false,"error_code":403,"description":"Error: Forbidden: bot is not a participant of the channel"} 他们在变更日志中提到无法通过客户端将消息发送到通道,但是还有另一种方法吗? 所以,问题是,如何将我的机器人添加到频道中?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.