Module tdlight.api

Class TdApi.DateRange

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DateRange
Enclosing class:
TdApi

public static final class TdApi.DateRange extends TdApi.Object
Represents a date range.
  • Field Details

    • startDate

      public int startDate
      Point in time (Unix timestamp) at which the date range begins.
    • endDate

      public int endDate
      Point in time (Unix timestamp) at which the date range ends.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DateRange

      public DateRange()
      Represents a date range.
    • DateRange

      public DateRange(int startDate, int endDate)
      Represents a date range.
      Parameters:
      startDate - int Point in time (Unix timestamp) at which the date range begins.
      endDate - int Point in time (Unix timestamp) at which the date range ends.
    • DateRange

      public DateRange(DataInput input) throws IOException
      Represents a date range.
      Throws:
      IOException
  • Method Details