| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.im.v1 |
| 限定符和类型 | 方法和说明 |
|---|---|
DeletePinResp |
ImService.Pin.delete(DeletePinReq req)
移除Pin消息,移除一条指定消息的Pin
注意事项:;- 若消息没有Pin或Pin已被移除,返回成功 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/delete ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv1/DeletePinSample.java ;
|
DeletePinResp |
ImService.Pin.delete(DeletePinReq req,
RequestOptions reqOptions)
移除Pin消息,移除一条指定消息的Pin
注意事项:;- 若消息没有Pin或Pin已被移除,返回成功 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/pin/delete ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv1/DeletePinSample.java ;
|
Copyright © 2022. All rights reserved.