public class FeedCard extends Object
FeedCard(Config config)
BotTimeSentiveFeedCardResp
botTimeSentive(BotTimeSentiveFeedCardReq req)
botTimeSentive(BotTimeSentiveFeedCardReq req, RequestOptions reqOptions)
PatchFeedCardResp
patch(PatchFeedCardReq req)
patch(PatchFeedCardReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FeedCard(Config config)
public BotTimeSentiveFeedCardResp botTimeSentive(BotTimeSentiveFeedCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=bot_time_sentive&project=im&resource=feed_card&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/BotTimeSentiveFeedCardSample.java ;
Exception
public BotTimeSentiveFeedCardResp botTimeSentive(BotTimeSentiveFeedCardReq req) throws Exception
public PatchFeedCardResp patch(PatchFeedCardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=im&resource=feed_card&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/imv2/PatchFeedCardSample.java ;
public PatchFeedCardResp patch(PatchFeedCardReq req) throws Exception
Copyright © 2025. All rights reserved.