Package org.drinkless.tdlib
Class TdApi.InlineQueryResultAnimation
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InlineQueryResult
-
- org.drinkless.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.AnimationanimationAnimation file.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringidUnique identifier of the query result.StringtitleAnimation title.
-
Constructor Summary
Constructors Constructor Description InlineQueryResultAnimation()Represents an animation file.InlineQueryResultAnimation(String id, TdApi.Animation animation, String title)Represents an animation file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-