Class FriendInputStatusEvent

    • Constructor Detail

      • FriendInputStatusEvent

        public FriendInputStatusEvent​(Bot bot,
                                      net.mamoe.mirai.contact.Friend friend,
                                      boolean input)
        Constructs a FriendInputStatusEvent
        Parameters:
        bot - the bot
        friend - the friend
        input - the friend input status
    • Method Detail

      • isInput

        public boolean isInput()
      • getFriend

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