Package org.drinkless.tdlib
Class TdApi.InlineQueryResultSticker
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InlineQueryResult
-
- org.drinkless.tdlib.TdApi.InlineQueryResultSticker
-
- Enclosing class:
- TdApi
public static class TdApi.InlineQueryResultSticker extends TdApi.InlineQueryResult
Represents a sticker.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringidUnique identifier of the query result.TdApi.StickerstickerSticker.
-
Constructor Summary
Constructors Constructor Description InlineQueryResultSticker()Represents a sticker.InlineQueryResultSticker(String id, TdApi.Sticker sticker)Represents a sticker.
-
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.
-
sticker
public TdApi.Sticker sticker
Sticker.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InlineQueryResultSticker
public InlineQueryResultSticker()
Represents a sticker.
-
InlineQueryResultSticker
public InlineQueryResultSticker(String id, TdApi.Sticker sticker)
Represents a sticker.- Parameters:
id- Unique identifier of the query result.sticker- Sticker.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-