ScheduledMessage

public final class ScheduledMessage

Class representing information about a scheduled message.

Constructors

Link copied to clipboard
public ScheduledMessage ScheduledMessage(Integer scheduleId, ScheduledMessageStatus status, 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 Integer 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 Integer getScheduleId()

The unique identifier for the scheduled message.

Link copied to clipboard

The status of the scheduled message.