Documentation ¶
Index ¶
- type Client
- func (comp *Client) CheckRoomAgree(roomID string) (*response.ResponseMsgAuditGetAgreeInfo, error)
- func (comp *Client) CheckSingleAgree(info []*power.StringMap) (*response.ResponseMsgAuditGetAgreeInfo, error)
- func (comp *Client) GetPermitUsersList(msgType string) (*response.ResponseMsgAuditGetPermitUsers, error)
- func (comp *Client) GroupchatGet(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 {
*kernel.BaseClient
}
func RegisterProvider ¶
func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)
func (*Client) CheckRoomAgree ¶
func (comp *Client) CheckRoomAgree(roomID string) (*response.ResponseMsgAuditGetAgreeInfo, error)
获取会话同意情况 https://open.work.weixin.qq.com/api/doc/90000/90135/91782
func (*Client) CheckSingleAgree ¶
func (comp *Client) CheckSingleAgree(info []*power.StringMap) (*response.ResponseMsgAuditGetAgreeInfo, error)
获取会话同意情况 https://open.work.weixin.qq.com/api/doc/90000/90135/91782
func (*Client) GetPermitUsersList ¶
func (comp *Client) GetPermitUsersList(msgType string) (*response.ResponseMsgAuditGetPermitUsers, error)
获取会话内容存档开启成员列表 https://open.work.weixin.qq.com/api/doc/90000/90135/91614
func (*Client) GroupchatGet ¶
func (comp *Client) GroupchatGet(roomID string) (*response.ResponseMsgAuditGetRoom, error)
获取会话内容存档内部群信息 https://open.work.weixin.qq.com/api/doc/90000/90135/92951
Click to show internal directories.
Click to hide internal directories.