From cbe396c7c173444d6a4ebeefe2d3ece9ee9152b1 Mon Sep 17 00:00:00 2001 From: Nic Pottier Date: Tue, 6 Jun 2017 12:32:14 -0500 Subject: [PATCH] same withg group_uuid --- flows/events/send_msg.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flows/events/send_msg.go b/flows/events/send_msg.go index b540f13f5..5ed24832d 100644 --- a/flows/events/send_msg.go +++ b/flows/events/send_msg.go @@ -24,8 +24,8 @@ type SendMsgEvent struct { BaseEvent URN flows.URN `json:"urn,omitempty"` ContactUUID flows.ContactUUID `json:"contact_uuid,omitempty"` - GroupUUID flows.GroupUUID `json:"group,omitempty"` - Text string `json:"text" validate:"required"` + GroupUUID flows.GroupUUID `json:"group_uuid,omitempty"` + Text string `json:"text" validate:"required"` } // NewSendMsgToContact creates a new outgoing msg event for the passed in channel, contact and string