Class TdApi.GetFileDownloadedPrefixSize

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetFileDownloadedPrefixSize
Enclosing class:
TdApi

public static class TdApi.GetFileDownloadedPrefixSize
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details