public class SendOptions extends Object
LarkChannel.send(...) and
LarkChannel.stream(...).| 限定符和类型 | 类和说明 |
|---|---|
static class |
SendOptions.Builder
Builder for send options.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<MentionInfo> |
getMentions()
Mentions that should be composed into outgoing text/post content.
|
Boolean |
getReplyInThread()
Whether Feishu should place the reply in the parent message thread.
|
String |
getReplyTo()
Message id to reply to, or
null to create a new message. |
static SendOptions.Builder |
newBuilder()
Create a builder with default create-message semantics.
|
public static SendOptions.Builder newBuilder()
public String getReplyTo()
null to create a new message.public Boolean getReplyInThread()
public List<MentionInfo> getMentions()
Copyright © 2026. All rights reserved.