| 程序包 | 说明 |
|---|---|
| com.lark.oapi.channel.model | |
| com.lark.oapi.channel.normalize |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MentionInfo> |
NormalizedMessage.getMentions()
Parsed user mentions in message order.
|
List<MentionInfo> |
SendOptions.getMentions()
Mentions that should be composed into outgoing text/post content.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SendOptions.Builder |
SendOptions.Builder.mentionInfos(List<MentionInfo> mentions)
Set fully described mention objects.
|
| 构造器和说明 |
|---|
NormalizedMessage(String messageId,
String chatId,
String chatType,
String senderId,
String senderName,
String content,
String rawContentType,
List<ResourceDescriptor> resources,
List<MentionInfo> mentions,
boolean mentionAll,
boolean mentionedBot,
String rootId,
String threadId,
String replyToMessageId,
long createTime,
Object raw) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,MentionInfo> |
MentionState.getByKey() |
Map<String,MentionInfo> |
MentionState.getByOpenId() |
List<MentionInfo> |
MentionState.getMentions() |
| 构造器和说明 |
|---|
MentionState(List<MentionInfo> mentions,
Map<String,MentionInfo> byKey,
Map<String,MentionInfo> byOpenId,
boolean mentionAll,
boolean mentionedBot) |
MentionState(List<MentionInfo> mentions,
Map<String,MentionInfo> byKey,
Map<String,MentionInfo> byOpenId,
boolean mentionAll,
boolean mentionedBot) |
MentionState(List<MentionInfo> mentions,
Map<String,MentionInfo> byKey,
Map<String,MentionInfo> byOpenId,
boolean mentionAll,
boolean mentionedBot) |
Copyright © 2026. All rights reserved.