wechaty/go-wechaty

View on GitHub
wechaty/interface/mini_program.go

Summary

Maintainability
A
1 hr
Test Coverage
package _interface

type IMiniProgram interface {
    AppID() string
    Description() string
    PagePath() string
    ThumbUrl() string
    Title() string
    Username() string
    ThumbKey() string
}