Class TdApi.AnimatedChatPhoto

  • Enclosing class:
    TdApi

    public static class TdApi.AnimatedChatPhoto
    extends TdApi.Object
    Animated variant of a chat photo in MPEG4 format.
    • 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.