go-skype-bridge/skype-ext/presence.go

9 lines
145 B
Go
Raw Permalink Normal View History

2020-09-08 07:02:17 +03:00
package skypeExt
import skype "github.com/kelaresg/go-skypeapi"
type Presence struct {
Id string
Availability string
Status skype.Presence
}