Class StrangerChatEvent

    • Constructor Detail

      • StrangerChatEvent

        public StrangerChatEvent​(Bot bot,
                                 Stranger stranger,
                                 Message message,
                                 MessageSource source)
        Constructs a ChatEvent
        Parameters:
        bot - the bot
        stranger - the stranger who chats with bot
        message - the chat message
        source - the source of the message
    • Method Detail

      • getStranger

        public Stranger getStranger()