Class PhotoSize


public class PhotoSize extends AbstractFileWithDimensions
This object represents one size of a photo or a file / sticker thumbnail.
Since:
1.0.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • PhotoSize

      public PhotoSize()
  • Method Details

    • getFileSize

      @Nullable public @Nullable Integer getFileSize()
      Returns:
      File size.
    • setFileSize

      public void setFileSize(@Nullable @Nullable Integer fileSize)
      Parameters:
      fileSize - File size.
    • toString

      public String toString()
      Overrides:
      toString in class Object