From 63b3e26abb83354708c401a88214dcd5cf9618f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=94=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=BB=D0=B0?= Date: Sat, 27 Apr 2024 08:53:54 +0300 Subject: [PATCH] secondary externalchat ids for ig comment --- v1/types.go | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/v1/types.go b/v1/types.go index 7535531..caaf0db 100644 --- a/v1/types.go +++ b/v1/types.go @@ -356,13 +356,14 @@ type SendMessageRequestMessage struct { // SendData struct. type SendData struct { - Message Message `json:"message"` - Originator Originator `json:"originator,omitempty"` - Customer Customer `json:"customer"` - Channel uint64 `json:"channel"` - ExternalChatID string `json:"external_chat_id"` - Quote *SendMessageRequestQuote `json:"quote,omitempty"` - ReplyDeadline *time.Time `json:"reply_deadline,omitempty"` + Message Message `json:"message"` + Originator Originator `json:"originator,omitempty"` + Customer Customer `json:"customer"` + Channel uint64 `json:"channel"` + ExternalChatID string `json:"external_chat_id"` + Quote *SendMessageRequestQuote `json:"quote,omitempty"` + ReplyDeadline *time.Time `json:"reply_deadline,omitempty"` + SecondaryExternalChatIDs []string `json:"secondary_external_chat_ids,omitempty"` } // Item struct.