We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476a2af commit afdbc80Copy full SHA for afdbc80
api/pkg/requests/message_send_request.go
@@ -22,7 +22,7 @@ type MessageSend struct {
22
Encrypted bool `json:"encrypted" example:"false" validate:"optional"`
23
// RequestID is an optional parameter used to track a request from the client's perspective
24
RequestID string `json:"request_id" example:"153554b5-ae44-44a0-8f4f-7bbac5657ad4" validate:"optional"`
25
- // SendAt is an optional parameter used to schedule a message to be sent at a later time
+ // SendAt is an optional parameter used to schedule a message to be sent in the future. The time is considered to be in your profile's local timezone.
26
SendAt *time.Time `json:"send_at" example:"2022-06-05T14:26:09.527976+03:00" validate:"optional"`
27
}
28
0 commit comments