Class TdApi.TestInt

  • Enclosing class:
    TdApi

    public static class TdApi.TestInt
    extends TdApi.Object
    A simple object containing a number; for testing only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int value
      Number.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestInt()
      Default constructor.
      TestInt​(int value)
      Constructor for initialization of all fields.
    • Field Detail

      • value

        public int value
        Number.
      • CONSTRUCTOR

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

      • TestInt

        public TestInt()
        Default constructor.
      • TestInt

        public TestInt​(int value)
        Constructor for initialization of all fields.
        Parameters:
        value - Number.