Module tdlight.api

Class TdApi.TestUseUpdate

Enclosing class:
TdApi

public static final class TdApi.TestUseUpdate extends TdApi.Function<TdApi.Update>
Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization.

Returns Update

  • Field Details

  • Constructor Details

    • TestUseUpdate

      public TestUseUpdate()
      Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization.

      Returns Update

    • TestUseUpdate

      public TestUseUpdate(DataInput input) throws IOException
      Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization.

      Returns Update

      Throws:
      IOException
  • Method Details