Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MessageRcvd ¶
type MessageRcvd struct {
Errmsg string
Result []struct {
PollType string `json:"poll_type"`
Value struct {
Content []interface{} `json:"content"`
FromUin int64 `json:"from_uin"`
GroupCode int64 `json:"group_code"`
MsgID int `json:"msg_id"`
MsgType int `json:"msg_type"`
SendUin int64 `json:"send_uin"`
Time int `json:"time"`
ToUin int `json:"to_uin"`
} `json:"value"`
} `json:"result"`
Retcode int `json:"retcode"`
Retmsg string `json:"retmsg"`
}
MessageRcvd 接受消息的JSON
Click to show internal directories.
Click to hide internal directories.