public class AppFeedCard extends Object
| 构造器和说明 |
|---|
AppFeedCard(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAppFeedCardResp |
create(CreateAppFeedCardReq req)
创建应用消息流卡片,应用消息流卡片是飞书为应用提供的消息触达能力,让应用可以直接在消息流发送消息,重要消息能更快触达用户。
|
CreateAppFeedCardResp |
create(CreateAppFeedCardReq req,
RequestOptions reqOptions)
创建应用消息流卡片,应用消息流卡片是飞书为应用提供的消息触达能力,让应用可以直接在消息流发送消息,重要消息能更快触达用户。
|
public AppFeedCard(Config config)
public CreateAppFeedCardResp create(CreateAppFeedCardReq req, RequestOptions reqOptions) throws Exception
**说明**:飞书客户端在 V7.6 及以上版本开始支持应用消息流卡片。 ;
Exceptionpublic CreateAppFeedCardResp create(CreateAppFeedCardReq req) throws Exception
**说明**:飞书客户端在 V7.6 及以上版本开始支持应用消息流卡片。 ;
ExceptionCopyright © 2026. All rights reserved.