public static final class SendOptions.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
SendOptions |
build()
Build immutable send options.
|
SendOptions.Builder |
mentionInfos(List<MentionInfo> mentions)
Set fully described mention objects.
|
SendOptions.Builder |
mentions(List<String> mentions)
Convenience overload for mentioning open_ids.
|
SendOptions.Builder |
replyInThread(Boolean replyInThread)
Set Feishu's reply_in_thread flag for reply messages.
|
SendOptions.Builder |
replyTo(String replyTo)
Reply to an existing message.
|
public SendOptions.Builder replyTo(String replyTo)
public SendOptions.Builder replyInThread(Boolean replyInThread)
public SendOptions.Builder mentions(List<String> mentions)
public SendOptions.Builder mentionInfos(List<MentionInfo> mentions)
public SendOptions build()
Copyright © 2026. All rights reserved.