Module tdlight.api

Class TdApi.PhotoSize

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PhotoSize
Enclosing class:
TdApi

public static final class TdApi.PhotoSize extends TdApi.Object
Describes an image in JPEG format.
  • Field Details

    • type

      public String type
      Image type (see https://core.telegram.org/constructor/photoSize).
    • photo

      public TdApi.File photo
      Information about the image file.
    • width

      public int width
      Image width.
    • height

      public int height
      Image height.
    • progressiveSizes

      public int[] progressiveSizes
      Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image; in bytes.
    • CONSTRUCTOR

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

    • PhotoSize

      public PhotoSize()
      Describes an image in JPEG format.
    • PhotoSize

      public PhotoSize(String type, TdApi.File photo, int width, int height, int[] progressiveSizes)
      Describes an image in JPEG format.
      Parameters:
      type - Image type (see https://core.telegram.org/constructor/photoSize).
      photo - Information about the image file.
      width - Image width.
      height - Image height.
      progressiveSizes - Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image; in bytes.
    • PhotoSize

      public PhotoSize(DataInput input) throws IOException
      Describes an image in JPEG format.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object