Class TdApi.InlineQueryResultAnimation

Enclosing class:
TdApi

public static class TdApi.InlineQueryResultAnimation extends TdApi.InlineQueryResult
Represents an animation file.
  • Field Details

    • id

      public String id
      Unique identifier of the query result.
    • animation

      public TdApi.Animation animation
      Animation file.
    • title

      public String title
      Animation title.
    • CONSTRUCTOR

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

    • InlineQueryResultAnimation

      public InlineQueryResultAnimation()
      Represents an animation file.
    • InlineQueryResultAnimation

      public InlineQueryResultAnimation(String id, TdApi.Animation animation, String title)
      Represents an animation file.
      Parameters:
      id - Unique identifier of the query result.
      animation - Animation file.
      title - Animation title.
  • 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