Skip to content

Commit

Permalink
same withg group_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jun 6, 2017
1 parent 5372b01 commit cbe396c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flows/events/send_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbe396c

Please sign in to comment.