diff --git a/v1/types.go b/v1/types.go index 3c8d8cf..2fefb81 100644 --- a/v1/types.go +++ b/v1/types.go @@ -429,9 +429,11 @@ type MessagesResponse struct { // WebhookMessageSentResponse type // Consider using this structure while processing webhook request. type WebhookMessageSentResponse struct { - ExternalMessageID string `json:"external_message_id"` - Error *MessageSentError `json:"error,omitempty"` - Async bool `json:"async"` + ExternalMessageID string `json:"external_message_id"` + Error *MessageSentError `json:"error,omitempty"` + Async bool `json:"async"` + ExternalCustomerID string `json:"external_customer_id,omitempty"` + ExternalChatID string `json:"external_chat_id,omitempty"` } // MessageSentError type.