UnknownEvent

@Serializable
data class UnknownEvent(val time: Long, val selfId: Long, val postType: String, val messageType: String? = null, val noticeType: String? = null, val requestType: String? = null, val metaEventType: String? = null) : OneBotV11Event

Constructors

Link copied to clipboard
constructor(time: Long, selfId: Long, postType: String, messageType: String? = null, noticeType: String? = null, requestType: String? = null, metaEventType: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "message_type")
val messageType: String? = null
Link copied to clipboard
@SerialName(value = "meta_event_type")
val metaEventType: String? = null
Link copied to clipboard
@SerialName(value = "notice_type")
val noticeType: String? = null
Link copied to clipboard
open override val postType: String
Link copied to clipboard
@SerialName(value = "request_type")
val requestType: String? = null
Link copied to clipboard
@SerialName(value = "self_id")
open override val selfId: Long
Link copied to clipboard
open override val time: Long