public class Thread extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ForwardThreadResp |
forward(ForwardThreadReq req)
转发话题,调用该接口将话题转发至指定的用户、群聊或话题。
|
ForwardThreadResp |
forward(ForwardThreadReq req,
RequestOptions reqOptions)
转发话题,调用该接口将话题转发至指定的用户、群聊或话题。
|
public Thread(Config config)
public ForwardThreadResp forward(ForwardThreadReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=forward&project=im&resource=thread&version=v1 ;
Exceptionpublic ForwardThreadResp forward(ForwardThreadReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=forward&project=im&resource=thread&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.