Uses of Interface
top.focess.qq.api.bot.message.Message
-
-
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)Send a message to the transmitter -
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 classTextMessage -
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 -
Uses of Message in top.focess.qq.api.event.chat
Methods in top.focess.qq.api.event.chat that return Message Modifier and Type Method Description MessageChatEvent. getMessage()Constructors in top.focess.qq.api.event.chat with parameters of type Message Constructor Description ChatEvent(Bot bot, Message message, MessageSource source)Constructs a ChatEventFriendChatEvent(Bot bot, Friend friend, Message message, MessageSource source)Constructs a FriendChatEventGroupChatEvent(Bot bot, Member member, Message message, MessageSource source)Constructs a GroupChatEventStrangerChatEvent(Bot bot, Stranger stranger, Message message, MessageSource source)Constructs a ChatEvent -
Uses of Message in top.focess.qq.api.event.message
Methods in top.focess.qq.api.event.message that return Message Modifier and Type Method Description MessageMessageEvent. getMessage()Constructors in top.focess.qq.api.event.message with parameters of type Message Constructor Description FriendMessageEvent(Bot bot, Friend friend, Message message, MessageSource source)Constructs a FriendMessageEventGroupMessageEvent(Bot bot, Member member, Message message, MessageSource source)Constructs a GroupMessageEventMessageEvent(Bot bot, Message message, MessageSource source)Constructs a MessageEventStrangerMessageEvent(Bot bot, Message message, Stranger stranger, MessageSource source)Constructs a StrangerMessageEvent -
Uses of Message in top.focess.qq.api.util
Methods in top.focess.qq.api.util that return Message Modifier and Type Method Description @NonNull MessageIOHandler. inputMessage()Methods in top.focess.qq.api.util with parameters of type Message Modifier and Type Method Description voidIOHandler. input(@Nullable Message message)
-