Module tdlight.api

Class TdApi.MessageAnimation

Enclosing class:
TdApi

public static final class TdApi.MessageAnimation extends TdApi.MessageContent
An animation message (GIF-style).
  • Field Details

    • animation

      public TdApi.Animation animation
      The animation description.
    • caption

      public TdApi.FormattedText caption
      Animation caption.
    • hasSpoiler

      public boolean hasSpoiler
      True, if the animation preview must be covered by a spoiler animation.
    • isSecret

      public boolean isSecret
      True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
    • CONSTRUCTOR

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

    • MessageAnimation

      public MessageAnimation()
      An animation message (GIF-style).
    • MessageAnimation

      public MessageAnimation(TdApi.Animation animation, TdApi.FormattedText caption, boolean hasSpoiler, boolean isSecret)
      An animation message (GIF-style).
      Parameters:
      animation - The animation description.
      caption - Animation caption.
      hasSpoiler - True, if the animation preview must be covered by a spoiler animation.
      isSecret - True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
    • MessageAnimation

      public MessageAnimation(DataInput input) throws IOException
      An animation message (GIF-style).
      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