HeartbeatMetaEvent

@Serializable
data class HeartbeatMetaEvent(val time: Long, val selfId: Long, val status: StatusInfo, val interval: Int, val postType: String = "meta_event", val metaEventType: String = "heartbeat") : OneBotV11Event

Constructors

Link copied to clipboard
constructor(time: Long, selfId: Long, status: StatusInfo, interval: Int, postType: String = "meta_event", metaEventType: String = "heartbeat")

Properties

Link copied to clipboard
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
Link copied to clipboard
open override val time: Long