presences/entity.go

8 lines
85 B
Go

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