Package top.focess.qq.api.event.bot
Class FriendInputStatusEvent
- java.lang.Object
-
- top.focess.qq.api.event.Event
-
- top.focess.qq.api.event.bot.BotEvent
-
- top.focess.qq.api.event.bot.FriendInputStatusEvent
-
- All Implemented Interfaces:
Serializable
public class FriendInputStatusEvent extends BotEvent
Called when friend input status is changed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FriendInputStatusEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, boolean input)Constructs a FriendInputStatusEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.mamoe.mirai.contact.FriendgetFriend()booleanisInput()-
Methods inherited from class top.focess.qq.api.event.Event
isPrevent, setPrevent
-
-
-
-
Constructor Detail
-
FriendInputStatusEvent
public FriendInputStatusEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, boolean input)
Constructs a FriendInputStatusEvent- Parameters:
bot- the botfriend- the friendinput- the friend input status
-
-