erinn
/
ui
forked from cwtch.im/ui
1
0
Fork 0
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
}