Uses of Interface
top.focess.qq.api.bot.message.Message
-
Packages that use Message Package Description top.focess.qq.api.bot top.focess.qq.api.bot.contact 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 voidBot. sendMessage(Transmitter transmitter, Message message) -
Uses of Message in top.focess.qq.api.bot.contact
Methods in top.focess.qq.api.bot.contact with parameters of type Message Modifier and Type Method Description voidTransmitter. sendMessage(Message message)Send a message to this contact -
Uses of Message in top.focess.qq.api.bot.message
Subinterfaces of Message in top.focess.qq.api.bot.message Modifier and Type Interface Description interfaceAudiointerfaceImageClasses in top.focess.qq.api.bot.message that implement Message Modifier and Type Class Description classMessageChainRepresents a message chain.Methods in top.focess.qq.api.bot.message that return Message Modifier and Type Method Description MessageMessageChain. get(int index)Get the message at the specified indexdefault MessageMessage. plus(@NotNull Message message)Append a message to the end of this message.Methods in top.focess.qq.api.bot.message that return types with arguments of type Message Modifier and Type Method Description @NotNull Iterator<Message>MessageChain. iterator()Get the iterator of this message chainjava.util.stream.Stream<Message>MessageChain. stream()Get the stream of this message chainMethods in top.focess.qq.api.bot.message with parameters of type Message Modifier and Type Method Description default MessageMessage. plus(@NotNull Message message)Append a message to the end of this message.Constructors in top.focess.qq.api.bot.message with parameters of type Message Constructor Description MessageChain(@NotNull Message message) -
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)Constructs a BotPreSendMessageEventBotSendMessageEvent(Bot bot, Message message, Contact contract)Constructs a BotEvent
-