public static class OpenShortcut.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
OpenShortcut |
build() |
OpenShortcut.Builder |
feedCardId(String feedCardId)
置顶项的Open ID;当前版本 CHAT 类型对应 open_chat_id(以 oc_ 开头)
示例值:ou_2f592462es0s63fda1137dq01c4e624f
|
OpenShortcut.Builder |
type(Integer type)
置顶项类型;决定 feed_card_id 的语义;当前版本仅支持 CHAT(1)
示例值:
|
OpenShortcut.Builder |
type(OpenShortcutOpenShortcutTypeEnum type)
置顶项类型;决定 feed_card_id 的语义;当前版本仅支持 CHAT(1)
示例值:
|
public OpenShortcut.Builder feedCardId(String feedCardId)
示例值:ou_2f592462es0s63fda1137dq01c4e624f
feedCardId - public OpenShortcut.Builder type(Integer type)
示例值:
type - public OpenShortcut.Builder type(OpenShortcutOpenShortcutTypeEnum type)
示例值:
type - OpenShortcutOpenShortcutTypeEnumpublic OpenShortcut build()
Copyright © 2026. All rights reserved.