Package org.drinkless.tdlib
Class TdApi.AnimatedChatPhoto
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AnimatedChatPhoto
-
- Enclosing class:
- TdApi
public static class TdApi.AnimatedChatPhoto extends TdApi.Object
Animated variant of a chat photo in MPEG4 format.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.FilefileInformation about the animation file.intlengthAnimation width and height.doublemainFrameTimestampTimestamp of the frame, used as a static chat photo.
-
Constructor Summary
Constructors Constructor Description AnimatedChatPhoto()Animated variant of a chat photo in MPEG4 format.AnimatedChatPhoto(int length, TdApi.File file, double mainFrameTimestamp)Animated variant of a chat photo in MPEG4 format.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
length
public int length
Animation width and height.
-
file
public TdApi.File file
Information about the animation file.
-
mainFrameTimestamp
public double mainFrameTimestamp
Timestamp of the frame, used as a static chat photo.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AnimatedChatPhoto
public AnimatedChatPhoto()
Animated variant of a chat photo in MPEG4 format.
-
AnimatedChatPhoto
public AnimatedChatPhoto(int length, TdApi.File file, double mainFrameTimestamp)Animated variant of a chat photo in MPEG4 format.- Parameters:
length- Animation width and height.file- Information about the animation file.mainFrameTimestamp- Timestamp of the frame, used as a static chat photo.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-