Class TdApi.MessageAnimation

Enclosing class:
TdApi

public static 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.
    • 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:
      Constant Field Values
  • Constructor Details

    • MessageAnimation

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

      public MessageAnimation​(TdApi.Animation animation, TdApi.FormattedText caption, boolean isSecret)
      An animation message (GIF-style).
      Parameters:
      animation - Animation The animation description.
      caption - FormattedText Animation caption.
      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
      Throws:
      IOException
  • Method Details