Module tdlight.api

Class TdApi.TestGetDifference

Enclosing class:
TdApi

public static final class TdApi.TestGetDifference extends TdApi.Function<TdApi.Ok>
Forces an updates.getDifference call to the Telegram servers; for testing only.

Returns Ok

  • Field Details

  • Constructor Details

    • TestGetDifference

      public TestGetDifference()
      Forces an updates.getDifference call to the Telegram servers; for testing only.

      Returns Ok

    • TestGetDifference

      public TestGetDifference(DataInput input) throws IOException
      Forces an updates.getDifference call to the Telegram servers; for testing only.

      Returns Ok

      Throws:
      IOException
  • Method Details