Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ErrBot 的电报后端。我知道电报 API 允许消息使用 markdown 和 html。如果我能很好地理解一切,我可以改变:
self.telegram.sendMessage(msg.to.id, body)
对于使用parse_mode的东西,例如Markdown ,但我想知道是否有任何计划来改变它(可能在配置或机器人的通信功能中添加一个参数)。或者,也许有更好的方法来做到这一点。
我没有在文档中找到它,但它是可用的:19. 后端细节