Class FriendRecallEvent

    • Constructor Detail

      • FriendRecallEvent

        public FriendRecallEvent​(Bot bot,
                                 net.mamoe.mirai.contact.Friend friend,
                                 int[] messageIds)
        Constructs a FriendRecallEvent
        Parameters:
        bot - the bot
        friend - the friend who send the message
        messageIds - the message ids
    • Method Detail

      • getFriend

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

        public int[] getMessageIds()