Class TdApi.PushMessageContentAnimation

Enclosing class:
TdApi

public static class TdApi.PushMessageContentAnimation
extends TdApi.PushMessageContent
An animation message (GIF-style).
  • Field Details

    • animation

      public TdApi.Animation animation
      Message content; may be null.
    • caption

      public String caption
      Animation caption.
    • isPinned

      public boolean isPinned
      True, if the message is a pinned message with the specified content.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • PushMessageContentAnimation

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

      public PushMessageContentAnimation​(TdApi.Animation animation, String caption, boolean isPinned)
      An animation message (GIF-style).
      Parameters:
      animation - Animation Message content; may be null.
      caption - String Animation caption.
      isPinned - boolean True, if the message is a pinned message with the specified content.
    • PushMessageContentAnimation

      public PushMessageContentAnimation​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details