发送消息时,可以将tmid参数传递给接口,以将该消息发布到另一条消息的线程: from rocketchat_API.rocketchat import RocketChat
rocket = RocketChatmessage in the previous message thread", room_id=room, tmid=tmid) 这相当于message.tmid parameter of the /api</
我正在尝试开发一个应用程序来解析在rocketChat框中输入的文本。我已经检查了RocketChatApi:,但是无论如何都没有捕捉到这个事件(message sent in box)。关于如何做到这一点,唯一的方法是获取使用方法channels.history发送的所有消息。
你知道怎么做吗?感谢Gorka