Package top.focess.qq.api.bot.contact
Interface Member
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCardName()Get the name in the groupGroupgetGroup()Get the groupCommandPermissiongetPermission()Get the member's permission in groupStringgetRawName()Get the member's raw name (its nickname)
-
-
-
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
CommandPermission getPermission()
Get the member's permission in group- Returns:
- the permission
-
-