public class Chat extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchChatResp |
search(SearchChatReq req)
搜索群组,用户可以通过关键字搜索可见群组,可见性和套件内搜索一致。
|
SearchChatResp |
search(SearchChatReq req,
RequestOptions reqOptions)
搜索群组,用户可以通过关键字搜索可见群组,可见性和套件内搜索一致。
|
public Chat(Config config)
public SearchChatResp search(SearchChatReq req, RequestOptions reqOptions) throws Exception
该接口是 https://open.feishu.cn/document/server-docs/group/chat/search 搜群组能力的升级版,推荐使用该接口 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=im&resource=chat&version=v2 ;
Exceptionpublic SearchChatResp search(SearchChatReq req) throws Exception
该接口是 https://open.feishu.cn/document/server-docs/group/chat/search 搜群组能力的升级版,推荐使用该接口 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=im&resource=chat&version=v2 ;
ExceptionCopyright © 2026. All rights reserved.