Package org.drinkless.tdlib
Class TdApi.RemoveStickerFromSet
- Enclosing class:
- TdApi
Removes a sticker from the set to which it belongs. The sticker set must be owned by the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Sticker to remove from the set. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes a sticker from the set to which it belongs.RemoveStickerFromSet(TdApi.InputFile sticker) Creates a function, which removes a sticker from the set to which it belongs. -
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 to remove from the set. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveStickerFromSet
public RemoveStickerFromSet()Default constructor for a function, which removes a sticker from the set to which it belongs. The sticker set must be owned by the current user.Returns
Ok -
RemoveStickerFromSet
Creates a function, which removes a sticker from the set to which it belongs. The sticker set must be owned by the current user.Returns
Ok- Parameters:
sticker- Sticker to remove from the set.
-
-
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
-