Class TdApi.RemoveStickerFromSet

Enclosing class:
TdApi

public static class TdApi.RemoveStickerFromSet extends TdApi.Function<TdApi.Ok>
Removes a sticker from the set to which it belongs. The sticker set must be owned by the current user.

Returns Ok

  • Field Details

    • sticker

      public TdApi.InputFile sticker
      Sticker to remove from the set.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public RemoveStickerFromSet(TdApi.InputFile sticker)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR