Documentation ¶
Index ¶
- type InvalidExternalContactList
- type InvalidSenderList
- type ResponseAddMomentTask
- type ResponseGetMomentList
- type ResponseGetMomentTaskResult
- type ResponseMomentGetMomentComments
- type ResponseMomentGetMomentCustomerList
- type ResponseMomentGetMomentSendResult
- type ResponseMomentGetMomentTask
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidExternalContactList ¶ added in v3.1.17
type InvalidExternalContactList struct {
TagList []string `json:"tag_list"`
}
type InvalidSenderList ¶ added in v3.1.17
type ResponseAddMomentTask ¶ added in v3.1.17
type ResponseAddMomentTask struct { response.ResponseWork JobId int `json:"jobid"` }
type ResponseGetMomentList ¶
type ResponseGetMomentList struct { response.ResponseWork NextCursor string `json:"next_cursor"` MomentList []*power.HashMap `json:"moment_list"` }
type ResponseGetMomentTaskResult ¶ added in v3.2.21
type ResponseGetMomentTaskResult struct { response.ResponseWork Status int `json:"status"` Type string `json:"type"` Result Result `json:"result"` }
type ResponseMomentGetMomentCustomerList ¶
type ResponseMomentGetMomentCustomerList struct { response.ResponseWork CustomerList []*power.HashMap `json:"customer_list"` NextCursor string `json:"next_cursor"` }
type ResponseMomentGetMomentSendResult ¶
type ResponseMomentGetMomentSendResult struct { response.ResponseWork CustomerList []*power.HashMap `json:"customer_list"` NextCursor string `json:"next_cursor"` }
type ResponseMomentGetMomentTask ¶
type ResponseMomentGetMomentTask struct { response.ResponseWork TaskList []*power.HashMap `json:"task_list"` NextCursor string `json:"next_cursor"` }
type Result ¶ added in v3.1.17
type Result struct { response.ResponseWork MomentId string `json:"moment_id"` InvalidSenderList InvalidSenderList `json:"invalid_sender_list"` InvalidExternalContactList InvalidExternalContactList `json:"invalid_external_contact_list"` }
Click to show internal directories.
Click to hide internal directories.