Module tdlight.api

Class TdApi.MessageSendingStatePending

Enclosing class:
TdApi

public static final class TdApi.MessageSendingStatePending extends TdApi.MessageSendingState
The message is being sent now, but has not yet been delivered to the server.
  • Field Details

  • Constructor Details

    • MessageSendingStatePending

      public MessageSendingStatePending()
      The message is being sent now, but has not yet been delivered to the server.
    • MessageSendingStatePending

      public MessageSendingStatePending(DataInput input) throws IOException
      The message is being sent now, but has not yet been delivered to the server.
      Throws:
      IOException
  • Method Details