package common type Presence struct { events []Event `json:"events"` // List of events. }