Uses of Class
top.focess.qq.api.bot.message.MessageChain
-
Packages that use MessageChain Package Description top.focess.qq.api.bot.message top.focess.qq.api.event.chat top.focess.qq.api.event.message -
-
Uses of MessageChain in top.focess.qq.api.bot.message
Methods in top.focess.qq.api.bot.message that return MessageChain Modifier and Type Method Description static @NotNull MessageChainMessageChain. of(net.mamoe.mirai.message.data.MessageChain message)Wrap a message chain -
Uses of MessageChain in top.focess.qq.api.event.chat
Methods in top.focess.qq.api.event.chat that return MessageChain Modifier and Type Method Description MessageChainChatEvent. getMessage()Constructors in top.focess.qq.api.event.chat with parameters of type MessageChain Constructor Description ChatEvent(Bot bot, MessageChain message, MessageSource source)Constructs a ChatEventFriendChatEvent(Bot bot, Friend friend, MessageChain message, MessageSource source)Constructs a FriendChatEventGroupChatEvent(Bot bot, Member member, MessageChain message, MessageSource source)Constructs a GroupChatEventStrangerChatEvent(Bot bot, Stranger stranger, MessageChain message, MessageSource source)Constructs a ChatEvent -
Uses of MessageChain in top.focess.qq.api.event.message
Methods in top.focess.qq.api.event.message that return MessageChain Modifier and Type Method Description MessageChainMessageEvent. getMessage()Constructors in top.focess.qq.api.event.message with parameters of type MessageChain Constructor Description FriendMessageEvent(Bot bot, Friend friend, MessageChain message, MessageSource source)Constructs a FriendMessageEventGroupMessageEvent(Bot bot, Member member, MessageChain message, MessageSource source)Constructs a GroupMessageEventMessageEvent(Bot bot, MessageChain message, MessageSource source)Constructs a MessageEventStrangerMessageEvent(Bot bot, MessageChain message, Stranger stranger, MessageSource source)Constructs a StrangerMessageEvent
-