add new fields for struct of webhook sent response
This commit is contained in:
parent
b18055eebb
commit
1cb93d4986
@ -432,6 +432,8 @@ type WebhookMessageSentResponse struct {
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user