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, Friend friend, int[] messageIds)Constructs a FriendRecallEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FriendgetFriend()int[]getMessageIds()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-
-
-
Method Detail
-
getFriend
public Friend getFriend()
-
getMessageIds
public int[] getMessageIds()
-
-