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
      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 - Animation The animation description.
      caption - FormattedText Animation caption.
      hasSpoiler - boolean True, if the animation preview must be covered by a spoiler animation.
      isSecret - boolean 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).
      Throws:
      IOException
  • Method Details