Class TdApi.TestVectorStringObject

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.TestVectorStringObject
Enclosing class:
TdApi

public static class TdApi.TestVectorStringObject extends TdApi.Object
A simple object containing a vector of objects that hold a string; for testing only.
  • Field Details

    • value

      public TdApi.TestString[] value
      Vector of objects.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • TestVectorStringObject

      public TestVectorStringObject()
      A simple object containing a vector of objects that hold a string; for testing only.
    • TestVectorStringObject

      public TestVectorStringObject(TdApi.TestString[] value)
      A simple object containing a vector of objects that hold a string; for testing only.
      Parameters:
      value - Vector of objects.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR