Package it.ernytech.tdlib
Class TdApi.InlineQueryResultAnimation
- java.lang.Object
-
- it.ernytech.tdlib.TdApi.Object
-
- it.ernytech.tdlib.TdApi.InlineQueryResult
-
- it.ernytech.tdlib.TdApi.InlineQueryResultAnimation
-
- Enclosing class:
- TdApi
public static class TdApi.InlineQueryResultAnimation extends TdApi.InlineQueryResult
Represents an animation file.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.Animation
animation
Animation file.static int
CONSTRUCTOR
Identifier uniquely determining type of the object.java.lang.String
id
Unique identifier of the query result.java.lang.String
title
Animation title.
-
Constructor Summary
Constructors Constructor Description InlineQueryResultAnimation()
Default constructor.InlineQueryResultAnimation(java.lang.String id, TdApi.Animation animation, java.lang.String title)
Constructor for initialization of all fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstructor()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class it.ernytech.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
id
public java.lang.String id
Unique identifier of the query result.
-
animation
public TdApi.Animation animation
Animation file.
-
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
-