Module tdlight.api

Class TdApi.DatedFile

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

public static final class TdApi.DatedFile extends TdApi.Object
File with the date it was uploaded.
  • Field Details

    • file

      public TdApi.File file
      The file.
    • date

      public int date
      Point in time (Unix timestamp) when the file was uploaded.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DatedFile

      public DatedFile()
      File with the date it was uploaded.
    • DatedFile

      public DatedFile(TdApi.File file, int date)
      File with the date it was uploaded.
      Parameters:
      file - File The file.
      date - int Point in time (Unix timestamp) when the file was uploaded.
    • DatedFile

      public DatedFile(DataInput input) throws IOException
      File with the date it was uploaded.
      Throws:
      IOException
  • Method Details