Module tdlight.api

Class TdApi.GetFileDownloadedPrefixSize

Enclosing class:
TdApi

public static final class TdApi.GetFileDownloadedPrefixSize extends TdApi.Function<TdApi.Count>
Returns file downloaded prefix size from a given offset, in bytes.

Returns Count

  • Field Details

    • fileId

      public int fileId
      Identifier of the file.
    • offset

      public int offset
      Offset from which downloaded prefix size needs to be calculated.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetFileDownloadedPrefixSize

      public GetFileDownloadedPrefixSize()
      Returns file downloaded prefix size from a given offset, in bytes.

      Returns Count

    • GetFileDownloadedPrefixSize

      public GetFileDownloadedPrefixSize(int fileId, int offset)
      Returns file downloaded prefix size from a given offset, in bytes.

      Returns Count

      Parameters:
      fileId - int Identifier of the file.
      offset - int Offset from which downloaded prefix size needs to be calculated.
    • GetFileDownloadedPrefixSize

      public GetFileDownloadedPrefixSize(DataInput input) throws IOException
      Returns file downloaded prefix size from a given offset, in bytes.

      Returns Count

      Throws:
      IOException
  • Method Details