mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-23 13:42:25 +08:00
feat(work): add params allow_select chat_id_list tag_filter
add params allow_select chat_id_list tag_filter
This commit is contained in:
@@ -39,7 +39,7 @@ type AddMsgTemplateRequest struct {
|
|||||||
Text MsgText `json:"text"`
|
Text MsgText `json:"text"`
|
||||||
Attachments []*Attachment `json:"attachments"`
|
Attachments []*Attachment `json:"attachments"`
|
||||||
AllowSelect bool `json:"allow_select,omitempty"`
|
AllowSelect bool `json:"allow_select,omitempty"`
|
||||||
ChatIdList []string `json:"chat_id_list,omitempty"`
|
ChatIDList []string `json:"chat_id_list,omitempty"`
|
||||||
TagFilter TagFilter `json:"tag_filter,omitempty"`
|
TagFilter TagFilter `json:"tag_filter,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user