package presences import "time" type Presence struct { At *time.Time ID string }