Package it.tdlight.jni
Class TdApi.InputChatPhotoAnimation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputChatPhoto
it.tdlight.jni.TdApi.InputChatPhotoAnimation
- Enclosing class:
- TdApi
public static class TdApi.InputChatPhotoAnimation extends TdApi.InputChatPhoto
An animation in MPEG4 format; must be
square, at most 10 seconds long, have
width between 160 and 800 and be at
most 2MB in size.
-
Field Summary
Fields Modifier and Type Field Description TdApi.InputFile
animation
Animation to be set as profile photo.static int
CONSTRUCTOR
double
mainFrameTimestamp
Timestamp of the frame, which will be used as static chat photo. -
Constructor Summary
Constructors Constructor Description InputChatPhotoAnimation()
An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size.InputChatPhotoAnimation(TdApi.InputFile animation, double mainFrameTimestamp)
An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size.InputChatPhotoAnimation(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
animation
Animation to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed. -
mainFrameTimestamp
public double mainFrameTimestampTimestamp of the frame, which will be used as static chat photo. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
InputChatPhotoAnimation
public InputChatPhotoAnimation()An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size. -
InputChatPhotoAnimation
An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size.- Parameters:
animation
- InputFile Animation to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed.mainFrameTimestamp
- double Timestamp of the frame, which will be used as static chat photo.
-
InputChatPhotoAnimation
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-