Package top.focess.qq.api.event.recall
Class GroupRecallEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.recall.GroupRecallEvent
-
- All Implemented Interfaces:
Serializable
public class GroupRecallEvent extends BotEvent
Called when a Member recall a message in a Group- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupRecallEvent(Bot bot, Member member, int[] messageIds, @Nullable Member operator)Constructs a GroupRecallEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull GroupgetGroup()Get the Group where the member recalls the message@NonNull MembergetMember()int[]getMessageIds()@Nullable MembergetOperator()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-
-
-
Method Detail
-
getMember
public @NonNull Member getMember()
-
getMessageIds
public int[] getMessageIds()
-
getGroup
public @NonNull Group getGroup()
Get the Group where the member recalls the message- Returns:
- the Group where the member recalls the message
-
getOperator
public @Nullable Member getOperator()
-
-