Interface MessageSchedulingStateSendWhenOnline

The message will be sent when the other user is online. Applicable to private chats only and when the exact online status of the other user is known. Subtype of MessageSchedulingState.

interface MessageSchedulingStateSendWhenOnline {
    @type: "messageSchedulingStateSendWhenOnline";
}

Properties

Properties

@type: "messageSchedulingStateSendWhenOnline"