StatusUpdateMetaEvent

@Serializable
data class StatusUpdateMetaEvent(val id: String, val time: Long, val self: BotSelf, val status: StatusInfo, val subType: String = "", val type: String = "meta", val detailType: String = "status_update") : OneBotEvent

Constructors

Link copied to clipboard
constructor(id: String, time: Long, self: BotSelf, status: StatusInfo, subType: String = "", type: String = "meta", detailType: String = "status_update")

Properties

Link copied to clipboard
@SerialName(value = "detail_type")
open override val detailType: String
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val self: BotSelf
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "sub_type")
open override val subType: String
Link copied to clipboard
open override val time: Long
Link copied to clipboard
open override val type: String