RawGroupRecallEvent

data class RawGroupRecallEvent(val time: Long, val selfId: LongID, val postType: String, val noticeType: String, val groupId: LongID, val userId: LongID, val operatorId: LongID?, val messageId: LongID) : RawNoticeEvent(source)

群消息撤回

Constructors

Link copied to clipboard
constructor(time: Long, selfId: LongID, postType: String, noticeType: String, groupId: LongID, userId: LongID, operatorId: LongID?, messageId: LongID)

Properties

Link copied to clipboard
@SerialName(value = "group_id")
val groupId: LongID

群号。

Link copied to clipboard
@SerialName(value = "message_id")
val messageId: LongID

被撤回的消息 ID。

Link copied to clipboard
@SerialName(value = "notice_type")
open override val noticeType: String

通知类型

Link copied to clipboard
@SerialName(value = "operator_id")
val operatorId: LongID?

操作者 QQ 号。

Link copied to clipboard
@SerialName(value = "post_type")
open override val postType: String

事件类型

Link copied to clipboard
@SerialName(value = "self_id")
open override val selfId: LongID

收到事件的机器人 QQ 号

Link copied to clipboard
open override val time: Long

事件发生的时间戳

Link copied to clipboard
@SerialName(value = "user_id")
val userId: LongID

消息发送者 QQ 号。