Module tdlight.api

Class TdApi.GetFileDownloadedPrefixSize

Enclosing class:
TdApi

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

    • fileId

      public int fileId
      Identifier of the file.
    • offset

      public long 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 FileDownloadedPrefixSize
    • GetFileDownloadedPrefixSize

      public GetFileDownloadedPrefixSize(int fileId, long offset)
      Returns file downloaded prefix size from a given offset, in bytes. Returns FileDownloadedPrefixSize
      Parameters:
      fileId - int Identifier of the file.
      offset - long 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 FileDownloadedPrefixSize
      Throws:
      IOException
  • Method Details