Package org.drinkless.tdlib
Class TdApi.SetStickerEmojis
- Enclosing class:
- TdApi
Changes the list of emojis corresponding to a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New string with 1-20 emoji corresponding to the sticker.Sticker. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the list of emojis corresponding to a sticker.SetStickerEmojis(TdApi.InputFile sticker, String emojis) Creates a function, which changes the list of emojis 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. -
emojis
New string with 1-20 emoji corresponding to the sticker. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetStickerEmojis
public SetStickerEmojis()Default constructor for a function, which changes the list of emojis corresponding to a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user.Returns
Ok -
SetStickerEmojis
Creates a function, which changes the list of emojis corresponding to a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user.Returns
Ok- Parameters:
sticker- Sticker.emojis- New string with 1-20 emoji corresponding to the sticker.
-
-
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
-