Package top.focess.qq.api.event.recall
Class FriendRecallEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.recall.FriendRecallEvent
-
- All Implemented Interfaces:
Serializable
public class FriendRecallEvent extends BotEvent
Called when a Friend recall a message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FriendRecallEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, int[] messageIds)Constructs a FriendRecallEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.mamoe.mirai.contact.FriendgetFriend()int[]getMessageIds()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-
-
-
Constructor Detail
-
FriendRecallEvent
public FriendRecallEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, int[] messageIds)
Constructs a FriendRecallEvent- Parameters:
bot- the botfriend- the friend who send the messagemessageIds- the message ids
-
-