mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 06:32:27 +08:00
支持文本消息的回复
This commit is contained in:
7
message/text.go
Normal file
7
message/text.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package message
|
||||
|
||||
//Text 文本消息
|
||||
type Text struct {
|
||||
CommonToken
|
||||
Content string `xml:"Content"`
|
||||
}
|
||||
Reference in New Issue
Block a user