messageSchedulingStateSendWhenOnline property
The message will be sent when the peer will be online. Applicable to private chats only and when the exact online status of the peer is known
Implementation
MessageSchedulingStateSendWhenOnline?
get messageSchedulingStateSendWhenOnline {
if (this is MessageSchedulingStateSendWhenOnline) {
return this as MessageSchedulingStateSendWhenOnline;
}
return null;
}