Module tdlight.api

Class TdApi.ProfilePhoto

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

public static final class TdApi.ProfilePhoto extends TdApi.Object
Describes a user profile photo.
  • Field Details

    • id

      public long id
      Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of user profile photos.
    • small

      public TdApi.File small
      A small (160x160) user profile photo. The file can be downloaded only before the photo is changed.
    • big

      public TdApi.File big
      A big (640x640) user profile photo. The file can be downloaded only before the photo is changed.
    • minithumbnail

      public TdApi.Minithumbnail minithumbnail
      User profile photo minithumbnail; may be null.
    • hasAnimation

      public boolean hasAnimation
      True, if the photo has animated variant.
    • isPersonal

      public boolean isPersonal
      True, if the photo is visible only for the current user.
    • CONSTRUCTOR

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

    • ProfilePhoto

      public ProfilePhoto()
      Describes a user profile photo.
    • ProfilePhoto

      public ProfilePhoto(long id, TdApi.File small, TdApi.File big, TdApi.Minithumbnail minithumbnail, boolean hasAnimation, boolean isPersonal)
      Describes a user profile photo.
      Parameters:
      id - Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of user profile photos.
      small - A small (160x160) user profile photo. The file can be downloaded only before the photo is changed.
      big - A big (640x640) user profile photo. The file can be downloaded only before the photo is changed.
      minithumbnail - User profile photo minithumbnail; may be null.
      hasAnimation - True, if the photo has animated variant.
      isPersonal - True, if the photo is visible only for the current user.
    • ProfilePhoto

      public ProfilePhoto(DataInput input) throws IOException
      Describes a user profile photo.
      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