Class FriendMessageEvent

    • Constructor Detail

      • FriendMessageEvent

        public FriendMessageEvent​(Bot bot,
                                  Friend friend,
                                  Message message,
                                  MessageSource source)
        Constructs a FriendMessageEvent
        Parameters:
        bot - the bot
        message - the chat message
        friend - the friend who chats with bot
        source - the source of the message
    • Method Detail

      • getFriend

        public Friend getFriend()