| 接口 | 说明 |
|---|---|
| CardStreamController |
Controller exposed to interactive-card streaming producers.
|
| CardStreamProducer |
User callback that updates an interactive card over time.
|
| MarkdownStreamController |
Controller exposed to Markdown streaming producers.
|
| MarkdownStreamProducer |
User callback that writes incremental Markdown content.
|
| 类 | 说明 |
|---|---|
| BotAddedEvent | |
| BotIdentity | |
| CardActionEvent |
Normalized interactive-card callback delivered by the
cardAction
event. |
| ChannelErrorEvent |
Structured error event emitted when normalization, safety processing or a
user handler fails.
|
| ChatInfo | |
| CommentEvent | |
| MentionInfo |
Mention metadata extracted from message content.
|
| NormalizedMessage |
Normalized inbound message delivered to
channel.on("message", ...). |
| ReactionEvent |
Normalized message reaction event.
|
| RejectEvent |
Event emitted when an inbound message is rejected by the safety policy.
|
| ResourceDescriptor |
Resource reference extracted from an inbound message.
|
| SendInput |
Message payload accepted by
LarkChannel.send(...). |
| SendOptions |
Optional delivery controls for
LarkChannel.send(...) and
LarkChannel.stream(...). |
| SendOptions.Builder |
Builder for send options.
|
| SendResult |
Result returned by send and stream operations.
|
| StreamInput |
Streaming payload accepted by
LarkChannel.stream(...). |
| 枚举 | 说明 |
|---|---|
| RejectReason | |
| SendInput.Kind |
Supported outbound message kinds.
|
| StreamInput.Kind |
Supported streaming modes.
|
Copyright © 2026. All rights reserved.