Class TdApi.FileDownloadedPrefixSize

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.FileDownloadedPrefixSize
Enclosing class:
TdApi

public static class TdApi.FileDownloadedPrefixSize extends TdApi.Object
Contains size of downloaded prefix of a file.
  • Field Details

    • size

      public long size
      The prefix size, in bytes.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • FileDownloadedPrefixSize

      public FileDownloadedPrefixSize()
      Contains size of downloaded prefix of a file.
    • FileDownloadedPrefixSize

      public FileDownloadedPrefixSize(long size)
      Contains size of downloaded prefix of a file.
      Parameters:
      size - The prefix size, in bytes.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR