public class FeedCard extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BotTimeSentiveFeedCardResp |
botTimeSentive(BotTimeSentiveFeedCardReq req)
机器人单聊会话即时提醒,可将机器人对话在消息列表中置顶展示,打开飞书首页即可处理重要任务。
|
BotTimeSentiveFeedCardResp |
botTimeSentive(BotTimeSentiveFeedCardReq req,
RequestOptions reqOptions)
机器人单聊会话即时提醒,可将机器人对话在消息列表中置顶展示,打开飞书首页即可处理重要任务。
|
PatchFeedCardResp |
patch(PatchFeedCardReq req)
即时提醒,即时提醒能力是飞书在消息列表中提供的强提醒能力,当有重要通知或任务需要及时触达用户,可将群组或机器人对话在消息列表中置顶展示,打开飞书首页即可处理重要任务。
|
PatchFeedCardResp |
patch(PatchFeedCardReq req,
RequestOptions reqOptions)
即时提醒,即时提醒能力是飞书在消息列表中提供的强提醒能力,当有重要通知或任务需要及时触达用户,可将群组或机器人对话在消息列表中置顶展示,打开飞书首页即可处理重要任务。
|
public FeedCard(Config config)
public BotTimeSentiveFeedCardResp botTimeSentive(BotTimeSentiveFeedCardReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BotTimeSentiveFeedCardResp botTimeSentive(BotTimeSentiveFeedCardReq req) throws Exception
Exceptionpublic 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 ;
Exceptionpublic PatchFeedCardResp patch(PatchFeedCardReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=im&resource=feed_card&version=v2 ;
ExceptionCopyright © 2026. All rights reserved.