1
0
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:
lumiaqian
2023-10-07 14:24:52 +08:00
parent 024fb2a92d
commit 836c5b6607

View File

@@ -39,7 +39,7 @@ type AddMsgTemplateRequest struct {
Text MsgText `json:"text"`
Attachments []*Attachment `json:"attachments"`
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"`
}