text.go 103 B

1234567
  1. package message
  2. //Text 文本消息
  3. type Text struct {
  4. CommonToken
  5. Content string `xml:"Content"`
  6. }