Class TdApi.Seconds

  • Enclosing class:
    TdApi

    public static class TdApi.Seconds
    extends TdApi.Object
    Contains a value representing a number of seconds.
    • Field Detail

      • seconds

        public double seconds
        Number of seconds.
      • CONSTRUCTOR

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

      • Seconds

        public Seconds()
        Contains a value representing a number of seconds.
      • Seconds

        public Seconds​(double seconds)
        Contains a value representing a number of seconds.
        Parameters:
        seconds - Number of seconds.