Files
wechat_ipad_pro/clientsdk/baseinfo/groupdefine.go
2026-02-17 13:06:23 +08:00

14 lines
275 B
Go

package baseinfo
type JoinGroupMsg struct {
JoinGroupInfo JoinGroupInfo `xml:"appmsg"`
}
type JoinGroupInfo struct {
Url string `xml:"url"`
Thumburl string `xml:"thumburl"`
Type uint32 `xml:"type"`
Title string `xml:"title"`
Des string `xml:"des"`
}