Package org.drinkless.tdlib
Class TdApi.GetStickerEmojis
- Enclosing class:
- TdApi
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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Sticker file identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
sticker
Sticker file identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-