Module tdlight.api

Class TdApi.TestCallString

Enclosing class:
TdApi

public static final class TdApi.TestCallString extends TdApi.Function<TdApi.TestString>
Returns the received string; for testing only. This is an offline method. Can be called before authorization.

Returns TestString

  • Field Details

  • Constructor Details

    • TestCallString

      public TestCallString()
      Returns the received string; for testing only. This is an offline method. Can be called before authorization.

      Returns TestString

    • TestCallString

      public TestCallString(String x)
      Returns the received string; for testing only. This is an offline method. Can be called before authorization.

      Returns TestString

      Parameters:
      x - String String to return.
    • TestCallString

      public TestCallString(DataInput input) throws IOException
      Returns the received string; for testing only. This is an offline method. Can be called before authorization.

      Returns TestString

      Throws:
      IOException
  • Method Details