Package top.focess.qq.api.bot.contact
Interface Member
-
- All Superinterfaces:
CommandExecutor,Contact
public interface Member extends Contact, CommandExecutor
Represents a member in a group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCardName()Get the name in the groupGroupgetGroup()Get the grouptop.focess.command.CommandPermissiongetPermission()Get the member's permission in groupStringgetRawName()Get the member's raw name (its nickname)-
Methods inherited from interface top.focess.qq.api.bot.contact.CommandExecutor
getCommandSender
-
-
-
-
Method Detail
-
getRawName
String getRawName()
Get the member's raw name (its nickname)- Returns:
- the raw name
-
getCardName
String getCardName()
Get the name in the group- Returns:
- the name in the group
-
getGroup
Group getGroup()
Get the group- Returns:
- the group
-
getPermission
top.focess.command.CommandPermission getPermission()
Get the member's permission in group- Returns:
- the permission
-
-