Class TdApi.SetAlarm

  • Enclosing class:
    TdApi

    public static class TdApi.SetAlarm
    extends TdApi.Function
    Succeeds after a specified amount of time has passed. Can be called before authorization.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      double seconds
      Number of seconds before the function returns.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetAlarm()
      Default constructor.
      SetAlarm​(double seconds)
      Constructor for initialization of all fields.
    • Field Detail

      • seconds

        public double seconds
        Number of seconds before the function returns.
      • CONSTRUCTOR

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

      • SetAlarm

        public SetAlarm()
        Default constructor.
      • SetAlarm

        public SetAlarm​(double seconds)
        Constructor for initialization of all fields.
        Parameters:
        seconds - Number of seconds before the function returns.