Documentation
¶
Index ¶
- type NewExternalUserID
- type ResponseBatchGetByUser
- type ResponseCustomer
- type ResponseExternalContact
- type ResponseGetFollowUserList
- type ResponseGetGroupMesResult
- type ResponseGetList
- type ResponseGetNewExternalUserID
- type ResponseGetTransferedCustomerList
- type ResponseGetUnassignedList
- type ResponseUnassignedInfo
- type ResultDetail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewExternalUserID ¶ added in v3.2.0
type ResponseBatchGetByUser ¶
type ResponseBatchGetByUser struct {
response.ResponseWork
ExternalContactList []*ResponseExternalContact `json:"external_contact_list"`
NextCursor string `json:"next_cursor"`
}
type ResponseCustomer ¶
type ResponseExternalContact ¶
type ResponseExternalContact struct {
ExternalContact *models.ExternalContact `json:"external_contact"`
FollowInfo *models.FollowUser `json:"follow_info"`
}
type ResponseGetFollowUserList ¶
type ResponseGetFollowUserList struct {
response.ResponseWork
FollowUser []string `json:"follow_user"` // ["zhangsan","tagid2"]
}
type ResponseGetGroupMesResult ¶
type ResponseGetGroupMesResult struct {
response.ResponseWork
CheckStatus int `json:"check_status"`
DetailList []*ResultDetail `json:"detail_list"`
}
type ResponseGetList ¶
type ResponseGetList struct {
response.ResponseWork
ExternalUserID []string `json:"external_userid"` // ["woAJ2GCAAAXtWyujaWJHDDGi0mACAAA","wmqfasd1e1927831291723123109rAAA"]
}
type ResponseGetNewExternalUserID ¶ added in v3.2.0
type ResponseGetNewExternalUserID struct {
response.ResponseWork
Items []NewExternalUserID `json:"items,omitempty"`
}
type ResponseGetTransferedCustomerList ¶
type ResponseGetTransferedCustomerList struct {
response.ResponseWork
ExternalContactList []*ResponseCustomer `json:"customer"`
}
type ResponseGetUnassignedList ¶
type ResponseGetUnassignedList struct {
response.ResponseWork
ExternalContactList []*ResponseUnassignedInfo `json:"info"`
IsLast bool `json:"is_last"`
NextCursor string `json:"next_cursor"`
}
type ResponseUnassignedInfo ¶
type ResultDetail ¶
Click to show internal directories.
Click to hide internal directories.