Interface MessageSchedulingStateSendWhenVideoProcessed

The message will be sent when the video in the message is converted and optimized; can be used only by the server. Subtype of MessageSchedulingState.

interface MessageSchedulingStateSendWhenVideoProcessed {
    @type: "messageSchedulingStateSendWhenVideoProcessed";
    send_date: number;
}

Properties

Properties

@type: "messageSchedulingStateSendWhenVideoProcessed"
send_date: number

Approximate point in time (Unix timestamp) when the message is expected to be sent.