ui/go/gobjects/contact.go

12 lines
174 B
Go

package gobjects
type Contact struct {
Handle string
DisplayName string
Image string
Server string
Badge int
Status int
Trusted bool
}