public static class TdApi.InlineQueryResultAnimation extends TdApi.InlineQueryResult
| Modifier and Type | Field and 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 and Description |
|---|
InlineQueryResultAnimation()
Represents an animation file.
|
InlineQueryResultAnimation(java.lang.String id,
TdApi.Animation animation,
java.lang.String title)
Represents an animation file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public TdApi.Animation animation
public java.lang.String title
public static final int CONSTRUCTOR
public InlineQueryResultAnimation()
public InlineQueryResultAnimation(java.lang.String id,
TdApi.Animation animation,
java.lang.String title)
id - Unique identifier of the query result.animation - Animation file.title - Animation title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object