Package top.focess.qq.api.bot.message
Interface Message
-
- All Known Implementing Classes:
MessageChain
public interface MessageRepresents a message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Messageplus(@NotNull Message message)Append a message to the end of this message.StringtoMiraiCode()Get the mirai code of this message.StringtoString()Get the string representation of this message.
-