Class TdApi.LinkPreviewTypeAnimation

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeAnimation extends TdApi.LinkPreviewType
The link is a link to an animation.
  • Field Details

    • animation

      public TdApi.Animation animation
      The animation.
    • author

      public String author
      Author of the animation.
    • CONSTRUCTOR

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

    • LinkPreviewTypeAnimation

      public LinkPreviewTypeAnimation()
      The link is a link to an animation.
    • LinkPreviewTypeAnimation

      public LinkPreviewTypeAnimation(TdApi.Animation animation, String author)
      The link is a link to an animation.
      Parameters:
      animation - The animation.
      author - Author of the animation.
  • 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