Documentation
¶
Index ¶
- type Client
- func (comp *Client) AddJoinWay(ctx context.Context, params *request.RequestAddJoinWay) (*response.ResponseAddJoinWay, error)
- func (comp *Client) DelJoinWay(ctx context.Context, params *request.RequestDelJoinWay) (*response.ResponseDelJoinWay, error)
- func (comp *Client) Get(ctx context.Context, chatID string, needName int) (*response.ResponseGroupChatGet, error)
- func (comp *Client) GetJoinWay(ctx context.Context, params *request.RequestGetJoinWay) (*response.ResponseGetJoinWay, error)
- func (comp *Client) GetNewExternalUserID(ctx context.Context, chatID string, externalUserIDList []string) ([]baseResponse.NewExternalUserID, error)
- func (comp *Client) List(ctx context.Context, params *request.RequestGroupChatList) (*response.ResponseGroupChatList, error)
- func (comp *Client) OpenGIDToChatID(ctx context.Context, openGID string) (*response.ResponseGroupChatOpenGIDToChatID, error)
- func (comp *Client) UpdateJoinWay(ctx context.Context, params *request.RequestUpdateJoinWay) (*response.ResponseUpdateJoinWay, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseClient *kernel.BaseClient
}
func (*Client) AddJoinWay ¶ added in v3.4.3
func (comp *Client) AddJoinWay(ctx context.Context, params *request.RequestAddJoinWay) (*response.ResponseAddJoinWay, error)
配置客户群进群方式 https://developer.work.weixin.qq.com/document/path/92229
func (*Client) DelJoinWay ¶ added in v3.4.3
func (comp *Client) DelJoinWay(ctx context.Context, params *request.RequestDelJoinWay) (*response.ResponseDelJoinWay, error)
删除客户群进群方式配置 https://developer.work.weixin.qq.com/document/path/92229
func (*Client) Get ¶
func (comp *Client) Get(ctx context.Context, chatID string, needName int) (*response.ResponseGroupChatGet, error)
获取客户群详情 https://developer.work.weixin.qq.com/document/path/92122
func (*Client) GetJoinWay ¶ added in v3.4.3
func (comp *Client) GetJoinWay(ctx context.Context, params *request.RequestGetJoinWay) (*response.ResponseGetJoinWay, error)
获取客户群进群方式配置 https://developer.work.weixin.qq.com/document/path/92229
func (*Client) GetNewExternalUserID ¶ added in v3.2.0
func (comp *Client) GetNewExternalUserID(ctx context.Context, chatID string, externalUserIDList []string) ([]baseResponse.NewExternalUserID, error)
转换客户群成员external_userid https://developer.work.weixin.qq.com/document/path/97063#%E8%BD%AC%E6%8D%A2%E5%AE%A2%E6%88%B7%E7%BE%A4%E6%88%90%E5%91%98external-userid
func (*Client) List ¶
func (comp *Client) List(ctx context.Context, params *request.RequestGroupChatList) (*response.ResponseGroupChatList, error)
获取客户群列表 https://developer.work.weixin.qq.com/document/path/92120
func (*Client) OpenGIDToChatID ¶
func (comp *Client) OpenGIDToChatID(ctx context.Context, openGID string) (*response.ResponseGroupChatOpenGIDToChatID, error)
客户群opengid转换 https://developer.work.weixin.qq.com/document/path/94822
func (*Client) UpdateJoinWay ¶ added in v3.4.3
func (comp *Client) UpdateJoinWay(ctx context.Context, params *request.RequestUpdateJoinWay) (*response.ResponseUpdateJoinWay, error)
更新客户群进群方式配置 https://developer.work.weixin.qq.com/document/path/92229