Uses of Class
top.focess.qq.api.bot.message.Message
-
Packages that use Message Package Description top.focess.qq.api.bot top.focess.qq.api.bot.message top.focess.qq.api.event.bot -
-
Uses of Message in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot with parameters of type Message Modifier and Type Method Description voidTransmitter. sendMessage(Message message) -
Uses of Message in top.focess.qq.api.bot.message
Subclasses of Message in top.focess.qq.api.bot.message Modifier and Type Class Description classMessageChainMethods in top.focess.qq.api.bot.message that return types with arguments of type Message Modifier and Type Method Description Iterator<Message>MessageChain. iterator()java.util.stream.Stream<Message>MessageChain. stream() -
Uses of Message in top.focess.qq.api.event.bot
Methods in top.focess.qq.api.event.bot that return Message Modifier and Type Method Description MessageBotPreSendMessageEvent. getMessage()MessageBotSendMessageEvent. getMessage()Methods in top.focess.qq.api.event.bot with parameters of type Message Modifier and Type Method Description voidBotPreSendMessageEvent. setMessage(Message message)Constructors in top.focess.qq.api.event.bot with parameters of type Message Constructor Description BotPreSendMessageEvent(Bot b, Message message, Contact target, net.mamoe.mirai.event.events.MessagePreSendEvent event)Constructs a BotPreSendMessageEventBotSendMessageEvent(Bot bot, Message message, Contact contract)Constructs a BotEvent
-