Class TdApi.TestCallVectorString

  • Enclosing class:
    TdApi

    public static class TdApi.TestCallVectorString
    extends TdApi.Function
    For testing only request. Returns the received vector of strings; for testing only.

    Returns TestVectorString

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String[] x
      Vector of strings to return.
    • Field Detail

      • x

        public java.lang.String[] x
        Vector of strings to return.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TestCallVectorString

        public TestCallVectorString()
        Default constructor.
      • TestCallVectorString

        public TestCallVectorString​(java.lang.String[] x)
        Constructor for initialization of all fields.
        Parameters:
        x - Vector of strings to return.