Class TdApi.TestCallString

Enclosing class:
TdApi

public static class TdApi.TestCallString
extends TdApi.Function
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
      Throws:
      IOException
  • Method Details