Skip to content

Commit 4250988

Browse files
AchoArnoldCopilot
andcommitted
feat(events): add ExactSendTime field to MessageAPISentPayload
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0d9741d commit 4250988

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/pkg/events/message_api_sent_event.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type MessageAPISentPayload struct {
2020
MaxSendAttempts uint `json:"max_send_attempts"`
2121
Contact string `json:"contact"`
2222
ScheduledSendTime *time.Time `json:"scheduled_send_time"`
23+
ExactSendTime bool `json:"exact_send_time"`
2324
RequestReceivedAt time.Time `json:"request_received_at"`
2425
Content string `json:"content"`
2526
Attachments []string `json:"attachments"`

0 commit comments

Comments
 (0)