public static class TdApi.AnimatedChatPhoto extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.File |
file
Information about the animation file.
|
int |
length
Animation width and height.
|
double |
mainFrameTimestamp
Timestamp of the frame, used as a static chat photo.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int length
public TdApi.File file
public double mainFrameTimestamp
public static final int CONSTRUCTOR
public AnimatedChatPhoto()
public AnimatedChatPhoto(int length, TdApi.File file, double mainFrameTimestamp)
length
- Animation width and height.file
- Information about the animation file.mainFrameTimestamp
- Timestamp of the frame, used as a static chat photo.public int getConstructor()
getConstructor
in class TdApi.Object