public class MentionInfo extends Object
| 构造器和说明 |
|---|
MentionInfo(String key,
String openId,
String name,
boolean bot) |
MentionInfo(String key,
String openId,
String userId,
String name,
boolean bot) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey()
Placeholder key used in raw Feishu message content.
|
String |
getName()
Display name shown in the message.
|
String |
getOpenId()
Mentioned user's open_id.
|
String |
getUserId()
Mentioned user's user_id when available.
|
boolean |
isBot()
Whether this mention points to the connected bot.
|
public String getKey()
public String getOpenId()
public String getUserId()
public String getName()
public boolean isBot()
Copyright © 2026. All rights reserved.