Documentation ¶
Index ¶
- type Client
- func (comp *Client) AddMsgTemplate(ctx context.Context, options *request.RequestAddMsgTemplate) (*response.ResponseAddMessageTemplate, error)
- func (comp *Client) GetGroupMsgListV2(ctx context.Context, options *request.RequestGetGroupMsgListV2) (*response.ResponseGetGroupMsgListV2, error)
- func (comp *Client) GetGroupMsgSendResult(ctx context.Context, msgID string, userID string, limit int, cursor string) (*response.ResponseGetGroupMsgSendResult, error)
- func (comp *Client) GetGroupMsgTask(ctx context.Context, msgID string, limit int, cursor string) (*response.ResponseGetGroupMsgTask, error)
- func (comp *Client) SendWelcomeMsg(ctx context.Context, options *request.RequestSendWelcomeMsg) (*response2.ResponseWork, 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) AddMsgTemplate ¶
func (comp *Client) AddMsgTemplate(ctx context.Context, options *request.RequestAddMsgTemplate) (*response.ResponseAddMessageTemplate, error)
创建企业群发 https://developer.work.weixin.qq.com/document/path/92135
func (*Client) GetGroupMsgListV2 ¶
func (comp *Client) GetGroupMsgListV2(ctx context.Context, options *request.RequestGetGroupMsgListV2) (*response.ResponseGetGroupMsgListV2, error)
获取群发记录列表 https://developer.work.weixin.qq.com/document/path/93338#获取群发记录列表
func (*Client) GetGroupMsgSendResult ¶
func (comp *Client) GetGroupMsgSendResult(ctx context.Context, msgID string, userID string, limit int, cursor string) (*response.ResponseGetGroupMsgSendResult, error)
获取企业群发成员执行结果 https://developer.work.weixin.qq.com/document/path/93338#获取企业群发成员执行结果
func (*Client) GetGroupMsgTask ¶
func (comp *Client) GetGroupMsgTask(ctx context.Context, msgID string, limit int, cursor string) (*response.ResponseGetGroupMsgTask, error)
获取群发成员发送任务列表 https://developer.work.weixin.qq.com/document/path/93338#获取群发成员发送任务列表
func (*Client) SendWelcomeMsg ¶
func (comp *Client) SendWelcomeMsg(ctx context.Context, options *request.RequestSendWelcomeMsg) (*response2.ResponseWork, error)
发送新客户欢迎语 https://developer.work.weixin.qq.com/document/path/92599
Click to show internal directories.
Click to hide internal directories.