public Pin(Config config)
public CreatePinResp create(CreatePinReq req, RequestOptions reqOptions) throws Exception
注意事项:;- 若消息已经被Pin,返回该Pin的操作信息 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/create ;
Exceptionpublic CreatePinResp create(CreatePinReq req) throws Exception
注意事项:;- 若消息已经被Pin,返回该Pin的操作信息 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/create ;
Exceptionpublic DeletePinResp delete(DeletePinReq req, RequestOptions reqOptions) throws Exception
注意事项:;- 若消息没有Pin或Pin已被移除,返回成功 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/delete ;
Exceptionpublic DeletePinResp delete(DeletePinReq req) throws Exception
注意事项:;- 若消息没有Pin或Pin已被移除,返回成功 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/delete ;
Exceptionpublic ListPinResp list(ListPinReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/list ;
Exceptionpublic ListPinResp list(ListPinReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/list ;
ExceptionCopyright © 2022. All rights reserved.