public static class TdApi.InlineQueryResultSticker extends TdApi.InlineQueryResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
id
Unique identifier of the query result.
|
TdApi.Sticker |
sticker
Sticker.
|
| Constructor and Description |
|---|
InlineQueryResultSticker()
Represents a sticker.
|
InlineQueryResultSticker(java.lang.String id,
TdApi.Sticker sticker)
Represents a sticker.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public TdApi.Sticker sticker
public static final int CONSTRUCTOR
public InlineQueryResultSticker()
public InlineQueryResultSticker(java.lang.String id,
TdApi.Sticker sticker)
id - Unique identifier of the query result.sticker - Sticker.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object