ui/go/gobjects/contact.go

12 lines
174 B
Go
Raw Permalink Normal View History

2018-11-22 00:01:17 +00:00
package gobjects
type Contact struct {
Handle string
DisplayName string
Image string
Server string
Badge int
Status int
Trusted bool
2018-11-28 22:14:02 +00:00
}