Class TdApi.InlineQueryResultAnimation

    • Field Detail

      • id

        public java.lang.String id
        Unique identifier of the query result.
      • title

        public java.lang.String title
        Animation title.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InlineQueryResultAnimation

        public InlineQueryResultAnimation()
        Default constructor.
      • InlineQueryResultAnimation

        public InlineQueryResultAnimation​(java.lang.String id,
                                          TdApi.Animation animation,
                                          java.lang.String title)
        Constructor for initialization of all fields.
        Parameters:
        id - Unique identifier of the query result.
        animation - Animation file.
        title - Animation title.