Class TdApi.AnimatedChatPhoto

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.AnimatedChatPhoto
Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - Animation width and height.
      file - Information about the animation file.
      mainFrameTimestamp - Timestamp of the frame, used as a static chat photo.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR