Class TdApi.DatedFile

  • Enclosing class:
    TdApi

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

      • date

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

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

      • 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 - The file.
        date - Point in time (Unix timestamp) when the file was uploaded.