Module tdlight.api

Class TdApi.TestCallEmpty

Enclosing class:
TdApi

public static final class TdApi.TestCallEmpty extends TdApi.Function<TdApi.Ok>
Does nothing; for testing only. This is an offline method. Can be called before authorization. Returns Ok
  • Field Details

  • Constructor Details

    • TestCallEmpty

      public TestCallEmpty()
      Does nothing; for testing only. This is an offline method. Can be called before authorization. Returns Ok
    • TestCallEmpty

      public TestCallEmpty(DataInput input) throws IOException
      Does nothing; for testing only. This is an offline method. Can be called before authorization. Returns Ok
      Throws:
      IOException
  • Method Details