Versions in this module Expand all Collapse all v2 v2.1.11 Nov 28, 2023 v2.1.10 Nov 28, 2023 v2.1.9 Nov 28, 2023 v2.1.8 Nov 28, 2023 Changes in this version + type AddContactWayRequest struct + ChatExpiresIn int + Conclusions ConclusionsRequest + ExpiresIn int + IsTemp bool + Party []int + Remark string + Scene int + SkipVerify bool + State string + Style int + Type int + UnionID string + User []string + type AddContactWayResponse struct + ConfigID string + QrCode string + type AddCropTagItem struct + Name string + Order int + type AddCropTagRequest struct + AgentID int + GroupID string + GroupName string + Order int + Tag []AddCropTagItem + type AddCropTagResponse struct + TagGroup TagGroup + type AddGroupWelcomeTemplateRequest struct + AgentID int + File *AttachmentFile + Image *AttachmentImg + Link *AttachmentLink + MiniProgram *AttachmentMiniProgram + Notify int + Text MsgText + Video *AttachmentVideo + type AddGroupWelcomeTemplateResponse struct + TemplateID string + type AddJoinWayRequest struct + AutoCreateRoom int + ChatIDList []string + Remark string + RoomBaseID int + RoomBaseName string + Scene int + State string + type AddJoinWayResponse struct + ConfigID string + type AddMomentTaskRequest struct + Attachments []MomentTaskAttachment + Text MomentTaskText + VisibleRange MomentVisibleRange + type AddMomentTaskResponse struct + JobID string + type AddMsgTemplateRequest struct + AllowSelect bool + Attachments []*Attachment + ChatIDList []string + ChatType string + ExternalUserID []string + Sender string + TagFilter TagFilter + Text MsgText + type AddMsgTemplateResponse struct + FailList []string + MsgID string + type AddStrategyTagRequest struct + GroupID string + GroupName string + Order int + StrategyID int + Tag []AddStrategyTagRequestItem + type AddStrategyTagRequestItem struct + Name string + Order int + type AddStrategyTagResponse struct + TagGroup AddStrategyTagResponseTagGroup + type AddStrategyTagResponseItem struct + CreateTime int64 + ID string + Name string + Order int + type AddStrategyTagResponseTagGroup struct + CreateTime int64 + GroupID string + GroupName string + Order int + Tag []AddStrategyTagResponseItem + type Attachment struct + File AttachmentFile + Image AttachmentImg + Link AttachmentLink + MiniProgram AttachmentMiniProgram + MsgType string + Video AttachmentVideo + type AttachmentFile struct + MediaID string + type AttachmentImg struct + MediaID string + PicURL string + type AttachmentLink struct + Desc string + PicURL string + Title string + URL string + type AttachmentMiniProgram struct + AppID string + Page string + PicMediaID string + Title string + type AttachmentVideo struct + MediaID string + type BatchGetExternalUserDetailsRequest struct + Cursor string + Limit int + UserIDList []string + type BehaviorData struct + AvgReplyTime int + ChatCnt int + MessageCnt int + NegativeFeedbackCnt int + NewApplyCnt int + NewContactCnt int + ReplyPercentage float64 + StatTime int + type CancelGroupMsgSendRequest struct + MsgID string + type CancelMomentTaskRequest struct + MomentID string + type Client struct + func NewClient(ctx *context.Context) *Client + func (r *Client) AddContactWay(req *AddContactWayRequest) (*AddContactWayResponse, error) + func (r *Client) AddCropTag(req AddCropTagRequest) (*TagGroup, error) + func (r *Client) AddGroupWelcomeTemplate(req *AddGroupWelcomeTemplateRequest) (*AddGroupWelcomeTemplateResponse, error) + func (r *Client) AddJoinWay(req *AddJoinWayRequest) (*AddJoinWayResponse, error) + func (r *Client) AddMomentTask(req *AddMomentTaskRequest) (*AddMomentTaskResponse, error) + func (r *Client) AddMsgTemplate(req *AddMsgTemplateRequest) (*AddMsgTemplateResponse, error) + func (r *Client) AddStrategyTag(req *AddStrategyTagRequest) (*AddStrategyTagResponse, error) + func (r *Client) BatchGetExternalUserDetails(request BatchGetExternalUserDetailsRequest) ([]ExternalUserForBatch, error) + func (r *Client) CancelGroupMsgSend(req *CancelGroupMsgSendRequest) error + func (r *Client) CancelMomentTask(req *CancelMomentTaskRequest) error + func (r *Client) CreateCustomerAcquisitionLink(req *CreateCustomerAcquisitionLinkRequest) (*CreateCustomerAcquisitionLinkResponse, error) + func (r *Client) CreateCustomerStrategy(req *CreateCustomerStrategyRequest) (*CreateCustomerStrategyResponse, error) + func (r *Client) CreateMomentStrategy(req *CreateMomentStrategyRequest) (*CreateMomentStrategyResponse, error) + func (r *Client) CustomerAcquisitionQuota() (*CustomerAcquisitionQuotaResponse, error) + func (r *Client) CustomerAcquisitionStatistic(req *CustomerAcquisitionStatisticRequest) (*CustomerAcquisitionStatisticResponse, error) + func (r *Client) DelContactWay(req *DelContactWayRequest) (*DelContactWayResponse, error) + func (r *Client) DelCustomerStrategy(req *DelCustomerStrategyRequest) error + func (r *Client) DelGroupWelcomeTemplate(req *DelGroupWelcomeTemplateRequest) error + func (r *Client) DelJoinWay(req *JoinWayConfigRequest) error + func (r *Client) DelMomentStrategy(req *DelMomentStrategyRequest) error + func (r *Client) DelStrategyTag(req *DelStrategyTagRequest) error + func (r *Client) DeleteCropTag(req DeleteCropTagRequest) error + func (r *Client) DeleteCustomerAcquisitionLink(req *DeleteCustomerAcquisitionLinkRequest) (*DeleteCustomerAcquisitionLinkResponse, error) + func (r *Client) EditCropTag(req EditCropTagRequest) error + func (r *Client) EditCustomerStrategy(req *EditCustomerStrategyRequest) error + func (r *Client) EditGroupWelcomeTemplate(req *EditGroupWelcomeTemplateRequest) error + func (r *Client) EditMomentStrategy(req *EditMomentStrategyRequest) error + func (r *Client) EditStrategyTag(req *EditStrategyTagRequest) error + func (r *Client) GetCallbackMessage(encryptedMsg []byte) (msg EventCallbackMessage, err error) + func (r *Client) GetContactWay(req *GetContactWayRequest) (*GetContactWayResponse, error) + func (r *Client) GetCropTagList(req GetCropTagRequest) ([]TagGroup, error) + func (r *Client) GetCustomerAcquisition(req *GetCustomerAcquisitionRequest) (*GetCustomerAcquisitionResponse, error) + func (r *Client) GetCustomerInfoWithCustomerAcquisitionLink(req *GetCustomerInfoWithCustomerAcquisitionLinkRequest) (*GetCustomerInfoWithCustomerAcquisitionLinkResponse, error) + func (r *Client) GetCustomerStrategy(req *GetCustomerStrategyRequest) (*GetCustomerStrategyResponse, error) + func (r *Client) GetExternalUserDetail(externalUserID string, nextCursor ...string) (*ExternalUserDetailResponse, error) + func (r *Client) GetExternalUserList(userID string) ([]string, error) + func (r *Client) GetFollowUserList() ([]string, error) + func (r *Client) GetGroupChatDetail(req *GroupChatDetailRequest) (*GroupChatDetailResponse, error) + func (r *Client) GetGroupChatList(req *GroupChatListRequest) (*GroupChatListResponse, error) + func (r *Client) GetGroupChatStat(req *GetGroupChatStatRequest) (*GetGroupChatStatResponse, error) + func (r *Client) GetGroupChatStatByDay(req *GetGroupChatStatByDayRequest) ([]GetGroupChatStatByDayItem, error) + func (r *Client) GetGroupMsgListV2(req *GetGroupMsgListV2Request) (*GetGroupMsgListV2Response, error) + func (r *Client) GetGroupMsgSendResult(req *GetGroupMsgSendResultRequest) (*GetGroupMsgSendResultResponse, error) + func (r *Client) GetGroupMsgTask(req *GetGroupMsgTaskRequest) (*GetGroupMsgTaskResponse, error) + func (r *Client) GetGroupWelcomeTemplate(req *GetGroupWelcomeTemplateRequest) (*GetGroupWelcomeTemplateResponse, error) + func (r *Client) GetJoinWay(req *JoinWayConfigRequest) (*GetJoinWayResponse, error) + func (r *Client) GetMomentComments(req *GetMomentCommentsRequest) (*GetMomentCommentsResponse, error) + func (r *Client) GetMomentCustomerList(req *GetMomentCustomerListRequest) (*GetMomentCustomerListResponse, error) + func (r *Client) GetMomentList(req *GetMomentListRequest) (*GetMomentListResponse, error) + func (r *Client) GetMomentSendResult(req *GetMomentSendResultRequest) (*GetMomentSendResultResponse, error) + func (r *Client) GetMomentStrategy(req *GetMomentStrategyRequest) (*GetMomentStrategyResponse, error) + func (r *Client) GetMomentTask(req *GetMomentTaskRequest) (*GetMomentTaskResponse, error) + func (r *Client) GetMomentTaskResult(jobID string) (*GetMomentTaskResultResponse, error) + func (r *Client) GetRangeCustomerStrategy(req *GetRangeCustomerStrategyRequest) (*GetRangeCustomerStrategyResponse, error) + func (r *Client) GetRangeMomentStrategy(req *GetRangeMomentStrategyRequest) (*GetRangeMomentStrategyResponse, error) + func (r *Client) GetStrategyTagList(req *GetStrategyTagListRequest) (*GetStrategyTagListResponse, error) + func (r *Client) GetUnassignedList(req *GetUnassignedListRequest) (*GetUnassignedListResponse, error) + func (r *Client) GetUserBehaviorData(req *GetUserBehaviorRequest) ([]BehaviorData, error) + func (r *Client) GroupChatOnJobTransfer(req *GroupChatOnJobTransferRequest) (*GroupChatOnJobTransferResponse, error) + func (r *Client) GroupChatTransfer(req *GroupChatTransferRequest) (*GroupChatTransferResponse, error) + func (r *Client) ListContactWay(req *ListContactWayRequest) (*ListContactWayResponse, error) + func (r *Client) ListCustomerStrategy(req *ListCustomerStrategyRequest) (*ListCustomerStrategyResponse, error) + func (r *Client) ListLink(req *ListLinkRequest) (*ListLinkResponse, error) + func (r *Client) ListMomentStrategy(req *ListMomentStrategyRequest) (*ListMomentStrategyResponse, error) + func (r *Client) MarkTag(request MarkTagRequest) error + func (r *Client) OpengIDToChatID(req *OpengIDToChatIDRequest) (*OpengIDToChatIDResponse, error) + func (r *Client) RemindGroupMsgSend(req *RemindGroupMsgSendRequest) error + func (r *Client) ResignedTransferCustomer(req *ResignedTransferCustomerRequest) (*ResignedTransferCustomerResponse, error) + func (r *Client) ResignedTransferResult(req *ResignedTransferResultRequest) (*ResignedTransferResultResponse, error) + func (r *Client) SendWelcomeMsg(req *SendWelcomeMsgRequest) error + func (r *Client) TransferCustomer(req *TransferCustomerRequest) (*TransferCustomerResponse, error) + func (r *Client) TransferResult(req *TransferResultRequest) (*TransferResultResponse, error) + func (r *Client) UpdateContactWay(req *UpdateContactWayRequest) (*UpdateContactWayResponse, error) + func (r *Client) UpdateCustomerAcquisitionLink(req *UpdateCustomerAcquisitionLinkRequest) (*UpdateCustomerAcquisitionLinkResponse, error) + func (r *Client) UpdateJoinWay(req *UpdateJoinWayRequest) error + func (r *Client) UpdateUserRemark(request UpdateUserRemarkRequest) error + type ConclusionsImageRequest struct + MediaID string + type ConclusionsImageResponse struct + PicURL string + type ConclusionsLink struct + Desc string + PicURL string + Title string + URL string + type ConclusionsMiniProgram struct + AppID string + Page string + PicMediaID string + Title string + type ConclusionsRequest struct + Image ConclusionsImageRequest + Link ConclusionsLink + MiniProgram ConclusionsMiniProgram + Text ConclusionsText + type ConclusionsResponse struct + Image ConclusionsImageResponse + Link ConclusionsLink + MiniProgram ConclusionsMiniProgram + Text ConclusionsText + type ConclusionsText struct + Content string + type ContactWay struct + ChatExpiresIn int + Conclusions ConclusionsResponse + ConfigID string + ExpiresIn int + IsTemp bool + Party []int + QrCode string + Remark string + Scene int + SkipVerify bool + State string + Style int + Type int + UnionID string + User []string + type ContactWayForList struct + ConfigID string + type CreateCustomerAcquisitionLinkRequest struct + LinkName string + Range CustomerAcquisitionRange + SkipVerify bool + type CreateCustomerAcquisitionLinkResponse struct + Link Link + type CreateCustomerStrategyRequest struct + AdminList []string + ParentID int + Privilege Privilege + Range []Range + StrategyName string + type CreateCustomerStrategyResponse struct + StrategyID int + type CreateMomentStrategyRequest struct + AdminList []string + ParentID int + Privilege MomentPrivilege + Range []RangeMomentStrategy + StrategyName string + type CreateMomentStrategyResponse struct + StrategyID int + type CustomerAcquisitionQuotaResponse struct + Balance int64 + QuotaList []QuotaList + Total int64 + type CustomerAcquisitionRange struct + DepartmentList []int64 + UserList []string + type CustomerAcquisitionStatisticRequest struct + EndTime int64 + LinkID string + StartTime int64 + type CustomerAcquisitionStatisticResponse struct + ClickLinkCustomerCnt int64 + NewCustomerCnt int64 + type CustomerList struct + ChatStatus int64 + ExternalUserid string + State string + Userid string + type DelContactWayRequest struct + ConfigID string + type DelContactWayResponse struct + type DelCustomerStrategyRequest struct + StrategyID int + type DelGroupWelcomeTemplateRequest struct + AgentID int + TemplateID string + type DelGroupWelcomeTemplateResponse struct + type DelMomentStrategyRequest struct + StrategyID int + type DelStrategyTagRequest struct + GroupID []string + TagID []string + type DeleteCropTagRequest struct + AgentID string + GroupID []string + TagID []string + type DeleteCustomerAcquisitionLinkRequest struct + LinkID string + type DeleteCustomerAcquisitionLinkResponse struct + type EditCropTagRequest struct + AgentID string + ID string + Name string + Order int + type EditCustomerStrategyRequest struct + AdminList []string + Privilege Privilege + RangeAdd []Range + RangeDel []Range + StrategyID int + StrategyName string + type EditGroupWelcomeTemplateRequest struct + AgentID int + File *AttachmentFile + Image *AttachmentImg + Link *AttachmentLink + MiniProgram *AttachmentMiniProgram + TemplateID string + Text MsgText + Video *AttachmentVideo + type EditGroupWelcomeTemplateResponse struct + type EditMomentStrategyRequest struct + AdminList []string + Privilege MomentPrivilege + RangeAdd []RangeMomentStrategy + RangeDel []RangeMomentStrategy + StrategyID int + StrategyName string + type EditStrategyTagRequest struct + ID string + Name string + Order int + type EventCallbackMessage struct + ChangeType string + CreateTime int64 + Event string + ExternalUserID string + FromUserName string + MsgType string + State string + ToUserName string + UserID string + WelcomeCode string + type ExternalContact struct + Avatar string + CorpFullName string + CorpName string + ExternalProfile string + ExternalUserID string + Gender int64 + Name string + Position string + Type int64 + UnionID string + type ExternalUser struct + Avatar string + CorpFullName string + CorpName string + ExternalProfile string + ExternalUserID string + Gender int64 + Name string + Position string + Type int64 + UnionID string + type ExternalUserDetailListResponse struct + ExternalContactList []ExternalUserForBatch + type ExternalUserDetailResponse struct + ExternalContact ExternalUser + FollowUser []FollowUser + NextCursor string + type ExternalUserForBatch struct + ExternalContact ExternalContact + FollowInfo FollowInfo + type ExternalUserListResponse struct + ExternalUserID []string + type FailedChat struct + ChatID string + ErrCode int + ErrMsg string + type FollowInfo struct + AddWay int64 + CreateTime int64 + Description string + OperUserID string + Remark string + RemarkCorpName string + RemarkMobiles []string + TagID []string + UserID string + WeChatChannels WechatChannel + type FollowUser struct + AddWay int64 + CreateTime int64 + Description string + OperUserID string + Remark string + RemarkCorpName string + RemarkMobiles []string + State string + Tags []Tag + UserID string + WeChatChannels WechatChannel + type GetContactWayRequest struct + ConfigID string + type GetContactWayResponse struct + ContactWay ContactWay + type GetCropTagListResponse struct + TagGroup []TagGroup + type GetCropTagRequest struct + GroupID []string + TagID []string + type GetCustomerAcquisitionRequest struct + LinkID string + type GetCustomerAcquisitionResponse struct + Link Link + Range CustomerAcquisitionRange + SkipVerify bool + type GetCustomerInfoWithCustomerAcquisitionLinkRequest struct + Cursor string + Limit int64 + LinkID string + type GetCustomerInfoWithCustomerAcquisitionLinkResponse struct + CustomerList []CustomerList + NextCursor string + type GetCustomerStrategyRequest struct + StrategyID int + type GetCustomerStrategyResponse struct + Strategy Strategy + type GetGroupChatStatByDayItem struct + Data GroupChatStatItemData + StatTime int + type GetGroupChatStatByDayRequest struct + DayBeginTime int + DayEndTime int + OwnerFilter OwnerFilter + type GetGroupChatStatByDayResponse struct + Items []GetGroupChatStatByDayItem + type GetGroupChatStatRequest struct + DayBeginTime int + DayEndTime int + Limit int + Offset int + OrderAsc int + OrderBy int + OwnerFilter OwnerFilter + type GetGroupChatStatResponse struct + Items []GroupChatStatItem + NextOffset int + Total int + type GetGroupMsgListV2Request struct + ChatType string + Creator string + Cursor string + EndTime int64 + FilterType int + Limit int + StartTime int64 + type GetGroupMsgListV2Response struct + GroupMsgList []*GroupMsg + NextCursor string + type GetGroupMsgSendResultRequest struct + Cursor string + Limit int + MsgID string + UserID string + type GetGroupMsgSendResultResponse struct + NextCursor string + SendList []*Send + type GetGroupMsgTaskRequest struct + Cursor string + Limit int + MsgID string + type GetGroupMsgTaskResponse struct + NextCursor string + TaskList []*Task + type GetGroupWelcomeTemplateRequest struct + TemplateID string + type GetGroupWelcomeTemplateResponse struct + File AttachmentFile + Image AttachmentImg + Link AttachmentLink + MiniProgram AttachmentMiniProgram + Text MsgText + Video AttachmentVideo + type GetJoinWayResponse struct + JoinWay JoinWay + type GetMomentCommentsRequest struct + MomentID string + UserID string + type GetMomentCommentsResponse struct + CommentList []MomentComment + LikeList []MomentLike + type GetMomentCustomerListRequest struct + Cursor string + Limit int + MomentID string + UserID string + type GetMomentCustomerListResponse struct + CustomerList []MomentCustomer + NextCursor string + type GetMomentListRequest struct + Creator string + Cursor string + EndTime int64 + FilterType int + Limit int + StartTime int64 + type GetMomentListResponse struct + MomentList []MomentItem + NextCursor string + type GetMomentSendResultRequest struct + Cursor string + Limit int + MomentID string + UserID string + type GetMomentSendResultResponse struct + CustomerList []MomentSendCustomer + NextCursor string + type GetMomentStrategyRequest struct + StrategyID int + type GetMomentStrategyResponse struct + Strategy MomentStrategy + type GetMomentTaskRequest struct + Cursor string + Limit int + MomentID string + type GetMomentTaskResponse struct + NextCursor string + TaskList []MomentTask + type GetMomentTaskResultResponse struct + Result MomentTaskResult + Status int + Type string + type GetRangeCustomerStrategyRequest struct + Cursor string + Limit int + StrategyID int + type GetRangeCustomerStrategyResponse struct + NextCursor string + Range []Range + type GetRangeMomentStrategyRequest struct + Cursor string + Limit int + StrategyID int + type GetRangeMomentStrategyResponse struct + NextCursor string + Range []RangeMomentStrategy + type GetStrategyTagListRequest struct + GroupID []string + StrategyID int + TagID []string + type GetStrategyTagListResponse struct + TagGroup []StrategyTagGroup + type GetUnassignedListRequest struct + Cursor string + PageSize int + type GetUnassignedListResponse struct + Info []UnassignedListInfo + IsLast bool + NextCursor string + type GetUserBehaviorRequest struct + EndTime int + PartyID []int + StartTime int + UserID []string + type GetUserBehaviorResponse struct + BehaviorData []BehaviorData + type GroupChat struct + AdminList []GroupChatAdmin + ChatID string + CreateTime int64 + MemberList []GroupChatMember + Name string + Notice string + Owner string + type GroupChatAdmin struct + UserID string + type GroupChatDetailRequest struct + ChatID string + NeedName int + type GroupChatDetailResponse struct + GroupChat GroupChat + type GroupChatList struct + ChatID string + Status int + type GroupChatListRequest struct + Cursor string + Limit int + OwnerFilter OwnerFilter + StatusFilter int + type GroupChatListResponse struct + GroupChatList []GroupChatList + NextCursor string + type GroupChatMember struct + GroupNickname string + Invitor Invitor + JoinScene int + JoinTime int + Name string + State string + Type int + UnionID string + UserID string + type GroupChatOnJobTransferRequest struct + ChatIDList []string + NewOwner string + type GroupChatOnJobTransferResponse struct + FailedChatList []FailedChat + type GroupChatStatItem struct + Data GroupChatStatItemData + Owner string + type GroupChatStatItemData struct + ChatHasMsg int + ChatTotal int + MemberHasMsg int + MemberTotal int + MigrateTraineeChatCnt int + MsgTotal int + NewChatCnt int + NewMemberCnt int + type GroupChatTransferRequest struct + ChatIDList []string + NewOwner string + type GroupChatTransferResponse struct + FailedChatList []FailedChat + type GroupMsg struct + Attachments []*Attachment + CreateTime int64 + CreateType int + Creator string + MsgID string + Text MsgText + type Invitor struct + UserID string + type JoinWay struct + AutoCreateRoom int + ChatIDList []string + ConfigID string + QrCode string + Remark string + RoomBaseID int + RoomBaseName string + Scene int + State string + type JoinWayConfigRequest struct + ConfigID string + type Link struct + CreateTime int64 + LinkID string + LinkName string + URL string + type ListContactWayRequest struct + Cursor string + EndTime int + Limit int + StartTime int + type ListContactWayResponse struct + ContactWay []*ContactWayForList + NextCursor string + type ListCustomerStrategyRequest struct + Cursor string + Limit int + type ListCustomerStrategyResponse struct + NextCursor string + Strategy []StrategyID + type ListLinkRequest struct + Cursor string + Limit int + type ListLinkResponse struct + LinkIDList []string + NextCursor string + type ListMomentStrategyRequest struct + Cursor string + Limit int + type ListMomentStrategyResponse struct + NextCursor string + Strategy []MomentStrategyID + type MarkTagRequest struct + AddTag []string + ExternalUserID string + RemoveTag []string + UserID string + type MomentComment struct + CreateTime int64 + ExternalUserID string + UserID string + type MomentCustomer struct + ExternalUserID string + UserID string + type MomentExternalContactList struct + TagList []string + type MomentImage struct + MediaID string + type MomentInvalidExternalContactList struct + TagList []string + type MomentInvalidSenderList struct + DepartmentList []int + UserList []string + type MomentItem struct + CreateTime int64 + CreateType int + Creator string + Image []MomentImage + Link MomentLink + Location MomentLocation + MomentID string + Text MomentText + Video MomentVideo + VisibleType int + type MomentLike struct + CreateTime int64 + ExternalUserID string + UserID string + type MomentLink struct + Title string + URL string + type MomentLocation struct + Latitude string + Longitude string + Name string + type MomentPrivilege struct + ManageMomentCoverAndSign bool + SendMoment bool + ViewMomentList bool + type MomentSendCustomer struct + ExternalUserID string + type MomentSenderList struct + DepartmentList []int + UserList []string + type MomentStrategy struct + AdminList []string + CreateTime int64 + ParentID int + Privilege MomentPrivilege + StrategyID int + StrategyName string + type MomentStrategyID struct + StrategyID int + type MomentTask struct + PublishStatus int + UserID string + type MomentTaskAttachment struct + Image MomentTaskImage + Link MomentTaskLink + MsgType string + Video MomentTaskVideo + type MomentTaskImage struct + MediaID string + type MomentTaskLink struct + MediaID string + Title string + URL string + type MomentTaskResult struct + ErrCode int64 + ErrMsg string + InvalidExternalContactList MomentInvalidExternalContactList + InvalidSenderList MomentInvalidSenderList + MomentID string + type MomentTaskText struct + Content string + type MomentTaskVideo struct + MediaID string + type MomentText struct + Content string + type MomentVideo struct + MediaID string + ThumbMediaID string + type MomentVisibleRange struct + ExternalContactList MomentExternalContactList + SenderList MomentSenderList + type MsgText struct + Content string + type OpengIDToChatIDRequest struct + OpengID string + type OpengIDToChatIDResponse struct + ChatID string + type OwnerFilter struct + UseridList []string + type Privilege struct + ContactMe bool + EditAntiSpamRule bool + EditWelcomeMsg bool + ExportCustomerData bool + ExportCustomerGroupList bool + ExportCustomerList bool + JoinRoom bool + ManageCustomerTag bool + OnjobCustomerTransfer bool + OperResignCustomer bool + OperResignGroup bool + RapidReply bool + RoomDeduplication bool + SendCustomerMsg bool + SendGroupMsg bool + ShareCustomer bool + ViewBehaviorData bool + ViewCustomerData bool + ViewCustomerList bool + ViewRoomData bool + ViewRoomList bool + type QuotaList struct + Balance int64 + ExpireDate int64 + type Range struct + PartyID int + Type int + UserID string + type RangeMomentStrategy struct + PartyID int + Type int + UserID string + type RemindGroupMsgSendRequest struct + MsgID string + type ResignedTransferCustomerRequest struct + ExternalUserID []string + HandoverUserID string + TakeoverUserID string + type ResignedTransferCustomerResponse struct + Customer []TransferCustomerItem + type ResignedTransferResultRequest struct + Cursor string + HandoverUserID string + TakeoverUserID string + type ResignedTransferResultResponse struct + Customer []TransferResultItem + NextCursor string + type Send struct + ChatID string + ExternalUserID string + SendTime int + Status int + UserID string + type SendWelcomeMsgRequest struct + Attachments []*Attachment + Text MsgText + WelcomeCode string + type SendWelcomeMsgResponse struct + type Strategy struct + AdminList []string + CreateTime int64 + ParentID int + Privilege Privilege + StrategyID int + StrategyName string + type StrategyID struct + StrategyID int + type StrategyTag struct + CreateTime int64 + ID string + Name string + Order int + type StrategyTagGroup struct + CreateTime int64 + GroupID string + GroupName string + Order int + StrategyID int + Tag []StrategyTag + type Tag struct + GroupName string + TagID string + TagName string + Type int64 + type TagFilter struct + GroupList []TagGroupList + type TagGroup struct + CreateTime int64 + Deleted bool + GroupID string + GroupName string + GroupOrder int + Tag []TagGroupTagItem + type TagGroupList struct + TagList []string + type TagGroupTagItem struct + CreateTime int64 + Deleted bool + ID string + Name string + Order int + type Task struct + SendTime int + Status int + UserID string + type TransferCustomerItem struct + ErrCode int + ExternalUserID string + type TransferCustomerRequest struct + ExternalUserID []string + HandoverUserID string + TakeoverUserID string + TransferSuccessMsg string + type TransferCustomerResponse struct + Customer []TransferCustomerItem + type TransferResultItem struct + ExternalUserID string + Status int + TakeoverTime int64 + type TransferResultRequest struct + Cursor string + HandoverUserID string + TakeoverUserID string + type TransferResultResponse struct + Customer []TransferResultItem + NextCursor string + type UnassignedListInfo struct + DimissionTime int64 + ExternalUserID string + HandoverUserID string + type UpdateContactWayRequest struct + ChatExpiresIn int + Conclusions ConclusionsRequest + ConfigID string + ExpiresIn int + Party []int + Remark string + SkipVerify bool + State string + Style int + UnionID string + User []string + type UpdateContactWayResponse struct + type UpdateCustomerAcquisitionLinkRequest struct + LinkID string + LinkName string + Range CustomerAcquisitionRange + SkipVerify bool + type UpdateCustomerAcquisitionLinkResponse struct + type UpdateJoinWayRequest struct + AutoCreateRoom int + ChatIDList []string + ConfigID string + Remark string + RoomBaseID int + RoomBaseName string + Scene int + State string + type UpdateUserRemarkRequest struct + Description string + ExternalUserID string + Remark string + RemarkCompany string + RemarkMobiles []string + RemarkPicMediaID string + UserID string + type WechatChannel struct + NickName string + Source int