scheduledAt property

int scheduledAt
final

The time to send the message, in Unix milliseconds format. Since messages are scheduled in minutes, values less than seconds are discarded. The term between current time and scheduled_at should be between 5 minutes and 30 days.

Implementation

final int scheduledAt;