Package top.focess.qq.api.event.request
Class GroupRequestEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.request.GroupRequestEvent
-
- All Implemented Interfaces:
Serializable
public class GroupRequestEvent extends BotEvent
Called when a group-request comes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupRequestEvent(Bot bot, long id, String name, @Nullable Friend invitor)Constructs a GroupRecallEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept()Accept the requestBooleangetAccept()longgetId()@Nullable FriendgetInvitor()StringgetName()voidignore()Ignore the request-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, prevent, setPrevent
-
-