Documentation ¶
Index ¶
- type Client
- func (comp *Client) Cancel(meetingID string) (*response2.ResponseWork, error)
- func (comp *Client) Create(options *request.RequestMeetingCreate) (*response.ResponseMeetingCreate, error)
- func (comp *Client) GetBookingInfo(meetingID string) (*response.ResponseMeetingGetBookingInfo, error)
- func (comp *Client) GetUserMeetingID(userID string, cursor string, beginTime int64, endTime int64, limit int) (*response.ResponseMeetingGetUserMeetingID, error)
- func (comp *Client) Update(options *request.RequestMeetingUpdate) (*response2.ResponseWork, 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 (*Client) Cancel ¶
func (comp *Client) Cancel(meetingID string) (*response2.ResponseWork, error)
func (*Client) Create ¶
func (comp *Client) Create(options *request.RequestMeetingCreate) (*response.ResponseMeetingCreate, error)
func (*Client) GetBookingInfo ¶
func (comp *Client) GetBookingInfo(meetingID string) (*response.ResponseMeetingGetBookingInfo, error)
func (*Client) GetUserMeetingID ¶
func (comp *Client) GetUserMeetingID(userID string, cursor string, beginTime int64, endTime int64, limit int) (*response.ResponseMeetingGetUserMeetingID, error)
获取成员会议ID列表 https://work.weixin.qq.com/api/doc/90000/90135/93628
func (*Client) Update ¶
func (comp *Client) Update(options *request.RequestMeetingUpdate) (*response2.ResponseWork, error)
Click to show internal directories.
Click to hide internal directories.