Package org.drinkless.tdlib
Class TdApi.GetStickerEmojis
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetStickerEmojis
-
- Enclosing class:
- TdApi
public static class TdApi.GetStickerEmojis extends TdApi.Function
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.InputFilestickerSticker file identifier.
-
Constructor Summary
Constructors Constructor Description GetStickerEmojis()Default constructor for a function, which returns emoji corresponding to a sticker.GetStickerEmojis(TdApi.InputFile sticker)Creates a function, which returns emoji corresponding to a sticker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
sticker
public TdApi.InputFile sticker
Sticker file identifier.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetStickerEmojis
public GetStickerEmojis()
Default constructor for a function, which returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
-
GetStickerEmojis
public GetStickerEmojis(TdApi.InputFile sticker)
Creates a function, which returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis- Parameters:
sticker- Sticker file identifier.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-