Module tdlight.api

Class TdApi.AnimatedChatPhoto

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AnimatedChatPhoto
Enclosing class:
TdApi

public static final class TdApi.AnimatedChatPhoto extends TdApi.Object
Animated variant of a chat photo in MPEG4 format.
  • Field Details

    • 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
      See Also:
  • Constructor Details

    • 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 - int Animation width and height.
      file - File Information about the animation file.
      mainFrameTimestamp - double Timestamp of the frame, used as a static chat photo.
    • AnimatedChatPhoto

      public AnimatedChatPhoto(DataInput input) throws IOException
      Animated variant of a chat photo in MPEG4 format.
      Throws:
      IOException
  • Method Details