This website works better with JavaScript
Home
Explore
Help
Register
Sign In
packages
/
silenceper_wechat
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
33f2b2ef60
Branches
Tags
develop
fix-import-path
master
v2.0.0
v1.0.0
silenceper_w...
/
message
/
text.go
text.go
103 B
History
Raw
1
2
3
4
5
6
7
package message
//Text 文本消息
type Text struct {
CommonToken
Content string `xml:"Content"`
}