public class FriendRecallEvent extends BotEvent
| 构造器和说明 |
|---|
FriendRecallEvent(Bot bot,
net.mamoe.mirai.contact.Friend friend,
int[] messageIds)
Constructs a FriendRecallEvent
|
| 限定符和类型 | 方法和说明 |
|---|---|
net.mamoe.mirai.contact.Friend |
getFriend() |
int[] |
getMessageIds() |
isPrevent, setPreventpublic FriendRecallEvent(Bot bot, net.mamoe.mirai.contact.Friend friend, int[] messageIds)
bot - the botfriend - the friend who send the messagemessageIds - the message idsCopyright © 2022. All rights reserved.