Uses of Class
top.focess.qq.api.bot.message.MessageSource
-
Packages that use MessageSource Package Description top.focess.qq.api.bot.message top.focess.qq.api.event.chat top.focess.qq.api.event.message -
-
Uses of MessageSource in top.focess.qq.api.bot.message
Methods in top.focess.qq.api.bot.message that return MessageSource Modifier and Type Method Description static @NotNull MessageSourceMessageSource. of(net.mamoe.mirai.message.data.MessageSource source)Wrap a message source -
Uses of MessageSource in top.focess.qq.api.event.chat
Methods in top.focess.qq.api.event.chat that return MessageSource Modifier and Type Method Description MessageSourceChatEvent. getSource()MessageSourceFriendChatEvent. getSource()Constructors in top.focess.qq.api.event.chat with parameters of type MessageSource 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 MessageSource in top.focess.qq.api.event.message
Methods in top.focess.qq.api.event.message that return MessageSource Modifier and Type Method Description MessageSourceMessageEvent. getSource()Constructors in top.focess.qq.api.event.message with parameters of type MessageSource 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
-