Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseAddMessageTemplate ¶
type ResponseAddMessageTemplate struct { *response.ResponseWork FailList []string `json:"fail_list"` MsgID string `json:"msgid"` }
type ResponseGetGroupMsgListV2 ¶
type ResponseGetGroupMsgListV2 struct { *response.ResponseWork NextCursor string `json:"next_cursor"` GroupMsgList []*power.HashMap `json:"group_msg_list"` }
type ResponseGetGroupMsgSendResult ¶
type ResponseGetGroupMsgSendResult struct { *response.ResponseWork NextCursor string `json:"next_cursor"` SendList []*power.HashMap `json:"send_list"` }
type ResponseGetGroupMsgTask ¶
type ResponseGetGroupMsgTask struct { *response.ResponseWork NextCursor string `json:"next_cursor"` TaskList []*power.HashMap `json:"task_list"` }
Click to show internal directories.
Click to hide internal directories.