View Source ExTDLib.Object.DateRange (ExTDLib v0.0.4)

Represents a date range.

NameTypeDescription
start_datenumberPoint in time (Unix timestamp) at which the date range begins.
end_datenumberPoint in time (Unix timestamp) at which the date range ends.

More details on telegram's documentation.