Interface AnimatedChatPhoto

Animated variant of a chat photo in MPEG4 format.

interface AnimatedChatPhoto {
    @type: "animatedChatPhoto";
    file: File;
    length: number;
    main_frame_timestamp: number;
}

Properties

@type: "animatedChatPhoto"
file: File

Information about the animation file.

length: number

Animation width and height.

main_frame_timestamp: number

Timestamp of the frame, used as a static chat photo.