MessageRecallEvent
消息撤回事件. 可是任意消息被任意人撤回.
See also
撤回消息. 为广播这个事件的唯一途径
Types
FriendRecall
Link copied to clipboard
data class FriendRecall @MiraiInternalApi constructor(bot: Bot, messageIds: IntArray, messageInternalIds: IntArray, messageTime: Int, operatorId: Long, operator: Friend) : MessageRecallEvent, Packet
Content copied to clipboard
好友消息撤回事件
GroupRecall
Link copied to clipboard
data class GroupRecall @MiraiInternalApi constructor(bot: Bot, authorId: Long, messageIds: IntArray, messageInternalIds: IntArray, messageTime: Int, operator: Member?, group: Group, author: NormalMember) : MessageRecallEvent, GroupOperableEvent, Packet
Content copied to clipboard
群消息撤回事件.
Functions
Properties
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
messageIds
Link copied to clipboard
messageInternalIds
Link copied to clipboard
messageTime
Link copied to clipboard
Inheritors
Extensions
isByBot
Link copied to clipboard