public class FriendInputStatusEvent extends BotEvent
| 构造器和说明 |
|---|
FriendInputStatusEvent(Bot bot,
net.mamoe.mirai.contact.Friend friend,
boolean input)
Constructs a FriendInputStatusEvent
|
public FriendInputStatusEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, boolean input)
bot - the botfriend - the friendinput - the friend input statusCopyright © 2022. All rights reserved.