java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatPhoto
- Enclosing class:
- TdApi
Describes a chat or user profile photo.
-
Field Summary
Modifier and TypeFieldDescriptionint
Point in time (Unix timestamp) when the photo has been added.A big (up to 1280x1280) animated variant of the photo in MPEG4 format; may be null.static final int
Identifier uniquely determining type of the object.long
Unique photo identifier.Photo minithumbnail; may be null.Available variants of the photo in JPEG format, in different size.A small (160x160) animated variant of the photo in MPEG4 format; may be null even the big animation is available.Sticker-based version of the chat photo; may be null. -
Constructor Summary
ConstructorDescriptionDescribes a chat or user profile photo.ChatPhoto
(long id, int addedDate, TdApi.Minithumbnail minithumbnail, TdApi.PhotoSize[] sizes, TdApi.AnimatedChatPhoto animation, TdApi.AnimatedChatPhoto smallAnimation, TdApi.ChatPhotoSticker sticker) Describes a chat or user profile photo.Describes a chat or user profile photo. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idUnique photo identifier. -
addedDate
public int addedDatePoint in time (Unix timestamp) when the photo has been added. -
minithumbnail
Photo minithumbnail; may be null. -
sizes
Available variants of the photo in JPEG format, in different size. -
animation
A big (up to 1280x1280) animated variant of the photo in MPEG4 format; may be null. -
smallAnimation
A small (160x160) animated variant of the photo in MPEG4 format; may be null even the big animation is available. -
sticker
Sticker-based version of the chat photo; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatPhoto
public ChatPhoto()Describes a chat or user profile photo. -
ChatPhoto
public ChatPhoto(long id, int addedDate, TdApi.Minithumbnail minithumbnail, TdApi.PhotoSize[] sizes, TdApi.AnimatedChatPhoto animation, TdApi.AnimatedChatPhoto smallAnimation, TdApi.ChatPhotoSticker sticker) Describes a chat or user profile photo.- Parameters:
id
- Unique photo identifier.addedDate
- Point in time (Unix timestamp) when the photo has been added.minithumbnail
- Photo minithumbnail; may be null.sizes
- Available variants of the photo in JPEG format, in different size.animation
- A big (up to 1280x1280) animated variant of the photo in MPEG4 format; may be null.smallAnimation
- A small (160x160) animated variant of the photo in MPEG4 format; may be null even the big animation is available.sticker
- Sticker-based version of the chat photo; may be null.
-
ChatPhoto
Describes a chat or 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-