Package top.focess.qq.api.bot.contact
Interface Stranger
-
- All Superinterfaces:
CommandExecutor,Contact,Transmitter
public interface Stranger extends Transmitter, CommandExecutor
Represents a stranger.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRawName()Get the stranger's raw name (its nickname)-
Methods inherited from interface top.focess.qq.api.bot.contact.CommandExecutor
getCommandSender
-
Methods inherited from interface top.focess.qq.api.bot.contact.Transmitter
sendMessage, sendMessage, uploadImage
-
-
-
-
Method Detail
-
getRawName
String getRawName()
Get the stranger's raw name (its nickname)- Returns:
- the raw name
-
-