From 836c5b6607acb1a324c4d2eee45a447e06458e91 Mon Sep 17 00:00:00 2001 From: lumiaqian Date: Sat, 7 Oct 2023 14:24:52 +0800 Subject: [PATCH] feat(work): add params allow_select chat_id_list tag_filter add params allow_select chat_id_list tag_filter --- work/externalcontact/msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work/externalcontact/msg.go b/work/externalcontact/msg.go index d4f065d..1258543 100644 --- a/work/externalcontact/msg.go +++ b/work/externalcontact/msg.go @@ -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"` }