Class TdApi.GetFile

Enclosing class:
TdApi

public static class TdApi.GetFile
extends TdApi.Function
Returns information about a file; this is an offline request.

Returns File

  • Field Details

    • fileId

      public int fileId
      Identifier of the file to get.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetFile

      public GetFile()
      Returns information about a file; this is an offline request.

      Returns File

    • GetFile

      public GetFile​(int fileId)
      Returns information about a file; this is an offline request.

      Returns File

      Parameters:
      fileId - int Identifier of the file to get.
    • GetFile

      public GetFile​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details