Class FriendMessageEvent

    • Constructor Detail

      • FriendMessageEvent

        public FriendMessageEvent​(Bot bot,
                                  net.mamoe.mirai.contact.Friend friend,
                                  net.mamoe.mirai.message.data.MessageChain message)
        Constructs a FriendMessageEvent
        Parameters:
        bot - the bot
        message - the chat message
        friend - the friend who chats with bot
    • Method Detail

      • getFriend

        public net.mamoe.mirai.contact.Friend getFriend()