Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupMsg ¶
type GroupMsg struct { MsgID string `json:"msgid"` Creator string `json:"creator"` CreateTime int `json:"create_time"` CreateType int `json:"create_type"` Text request.TextOfMessage `json:"text"` Attachments []*request.Attachment `json:"attachments"` }
type ResponseAddMessageTemplate ¶
type ResponseAddMessageTemplate struct { *response.ResponseWork FailList []string `json:"fail_list"` MsgID string `json:"msgid"` }
type ResponseGetGroupMsgListV2 ¶
type ResponseGetGroupMsgListV2 struct { *response.ResponseWork NextCursor string `json:"next_cursor"` GroupMsgList []*GroupMsg `json:"group_msg_list"` }
type ResponseGetGroupMsgSendResult ¶
type ResponseGetGroupMsgSendResult struct { *response.ResponseWork NextCursor string `json:"next_cursor"` SendList []*SendResult `json:"send_list"` }
type ResponseGetGroupMsgTask ¶
type ResponseGetGroupMsgTask struct { *response.ResponseWork NextCursor string `json:"next_cursor"` TaskList []*Task `json:"task_list"` }
type SendResult ¶
Click to show internal directories.
Click to hide internal directories.