data class GroupRecall : MessageRecallEvent, GroupOperableEvent, Packet
群消息撤回事件.
<init> |
群消息撤回事件. GroupRecall(bot: Bot, authorId: Long, messageId: Int, messageInternalId: Int, messageTime: Int, operator: Member?, group: Group) |
authorId |
消息原发送人 val authorId: Long |
bot |
val bot: Bot |
group |
val group: Group |
messageId |
消息 id. val messageId: Int |
messageInternalId |
消息内部 id. val messageInternalId: Int |
messageTime |
原发送时间 val messageTime: Int |
operator |
操作人. 为 null 时则为 Bot 操作. val operator: Member? |