scheduledAt property Null safety
read / write
The time to send the message, in Unix milliseconds format.
The messages are scheduled in minutes
The term between current time and scheduledAt should be between 5 minutes
(depending on the app attribute minimum_interval_for_scheduling
) and 30 days
Implementation
int? scheduledAt;