Module tdlight.api

Class TdApi.InputChatPhotoAnimation

Enclosing class:
TdApi

public static final class TdApi.InputChatPhotoAnimation extends TdApi.InputChatPhoto
An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 1280 and be at most 2MB in size.
  • Field Details

    • animation

      public TdApi.InputFile animation
      Animation to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed.
    • mainFrameTimestamp

      public double mainFrameTimestamp
      Timestamp of the frame, which will be used as static chat photo.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputChatPhotoAnimation

      public InputChatPhotoAnimation()
      An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 1280 and be at most 2MB in size.
    • InputChatPhotoAnimation

      public InputChatPhotoAnimation(TdApi.InputFile animation, double mainFrameTimestamp)
      An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 1280 and be at most 2MB in size.
      Parameters:
      animation - Animation to be set as profile photo. Only inputFileLocal and inputFileGenerated are allowed.
      mainFrameTimestamp - Timestamp of the frame, which will be used as static chat photo.
    • InputChatPhotoAnimation

      public InputChatPhotoAnimation(DataInput input) throws IOException
      An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 1280 and be at most 2MB in size.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object