ScheduledMessage

public final class ScheduledMessage

Class representing information about a scheduled message.

Constructors

Link copied to clipboard
public ScheduledMessage ScheduledMessage(@Json(name = "schedule_id") String scheduleId, @Json(name = "status") ScheduledMessageStatus status, @Json(name = "close_time") Integer closeTime)

Properties

Link copied to clipboard
private final Integer closeTime

The time the message was sent or failed to send, in epoch time.

Link copied to clipboard
private final String scheduleId

The unique identifier for the scheduled message.

Link copied to clipboard

The status of the scheduled message.

Functions

Link copied to clipboard
public final Integer getCloseTime()

The time the message was sent or failed to send, in epoch time.

Link copied to clipboard
public final String getScheduleId()

The unique identifier for the scheduled message.

Link copied to clipboard

The status of the scheduled message.