LifecycleMetaEvent

@Serializable
data class LifecycleMetaEvent(val time: Long, val selfId: Long, val subType: String, val postType: String = "meta_event", val metaEventType: String = "lifecycle") : OneBotV11Event

Constructors

Link copied to clipboard
constructor(time: Long, selfId: Long, subType: String, postType: String = "meta_event", metaEventType: String = "lifecycle")

Properties

Link copied to clipboard
@SerialName(value = "meta_event_type")
val metaEventType: String
Link copied to clipboard
open override val postType: String
Link copied to clipboard
@SerialName(value = "self_id")
open override val selfId: Long
Link copied to clipboard
@SerialName(value = "sub_type")
val subType: String
Link copied to clipboard
open override val time: Long