Module tdlight.api

Class TdApi.MessageSchedulingStateSendWhenOnline

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageSchedulingState
it.tdlight.jni.TdApi.MessageSchedulingStateSendWhenOnline
Enclosing class:
TdApi

public static final class TdApi.MessageSchedulingStateSendWhenOnline extends TdApi.MessageSchedulingState
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.
  • Field Details

  • Constructor Details

    • MessageSchedulingStateSendWhenOnline

      public MessageSchedulingStateSendWhenOnline()
      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.
    • MessageSchedulingStateSendWhenOnline

      public MessageSchedulingStateSendWhenOnline(DataInput input) throws IOException
      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.
      Throws:
      IOException
  • Method Details