Documentation ¶
Index ¶
- type Client
- func (comp *Client) CheckRoomAgree(ctx context.Context, roomID string) (*response.ResponseMsgAuditGetAgreeInfo, error)
- func (comp *Client) CheckSingleAgree(ctx context.Context, info []*power.StringMap) (*response.ResponseMsgAuditGetAgreeInfo, error)
- func (comp *Client) GetPermitUsersList(ctx context.Context, msgType string) (*response.ResponseMsgAuditGetPermitUsers, error)
- func (comp *Client) GetRobotInfo(ctx context.Context, robotID string) (*response.ResponseMsgAuditGetRobotInfo, error)
- func (comp *Client) GroupChatGet(ctx context.Context, roomID string) (*response.ResponseMsgAuditGetRoom, 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 RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)
func (*Client) CheckRoomAgree ¶
func (comp *Client) CheckRoomAgree(ctx context.Context, roomID string) (*response.ResponseMsgAuditGetAgreeInfo, error)
获取会话同意情况 https://developer.work.weixin.qq.com/document/path/91782
func (*Client) CheckSingleAgree ¶
func (comp *Client) CheckSingleAgree(ctx context.Context, info []*power.StringMap) (*response.ResponseMsgAuditGetAgreeInfo, error)
获取会话同意情况 https://developer.work.weixin.qq.com/document/path/91782
func (*Client) GetPermitUsersList ¶
func (comp *Client) GetPermitUsersList(ctx context.Context, msgType string) (*response.ResponseMsgAuditGetPermitUsers, error)
获取会话内容存档开启成员列表 https://developer.work.weixin.qq.com/document/path/91614
func (*Client) GetRobotInfo ¶
func (comp *Client) GetRobotInfo(ctx context.Context, robotID string) (*response.ResponseMsgAuditGetRobotInfo, error)
获取机器人信息 https://developer.work.weixin.qq.com/document/path/91774
func (*Client) GroupChatGet ¶
func (comp *Client) GroupChatGet(ctx context.Context, roomID string) (*response.ResponseMsgAuditGetRoom, error)
获取会话内容存档内部群信息 https://developer.work.weixin.qq.com/document/path/92951
Click to show internal directories.
Click to hide internal directories.