public class Pin extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePinResp |
create(CreatePinReq req)
Pin 消息,Pin 一条指定的消息。
|
CreatePinResp |
create(CreatePinReq req,
RequestOptions reqOptions)
Pin 消息,Pin 一条指定的消息。
|
DeletePinResp |
delete(DeletePinReq req)
移除 Pin 消息,移除一条指定消息的 Pin。
|
DeletePinResp |
delete(DeletePinReq req,
RequestOptions reqOptions)
移除 Pin 消息,移除一条指定消息的 Pin。
|
ListPinResp |
list(ListPinReq req)
获取群内 Pin 消息,获取指定群、指定时间范围内的所有 Pin 消息。
|
ListPinResp |
list(ListPinReq req,
RequestOptions reqOptions)
获取群内 Pin 消息,获取指定群、指定时间范围内的所有 Pin 消息。
|
public Pin(Config config)
public CreatePinResp create(CreatePinReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=pin&version=v1 ;
Exceptionpublic CreatePinResp create(CreatePinReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=pin&version=v1 ;
Exceptionpublic DeletePinResp delete(DeletePinReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=im&resource=pin&version=v1 ;
Exceptionpublic DeletePinResp delete(DeletePinReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=im&resource=pin&version=v1 ;
Exceptionpublic ListPinResp list(ListPinReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=im&resource=pin&version=v1 ;
Exceptionpublic ListPinResp list(ListPinReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=im&resource=pin&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.