Class TdApi.DeleteStickerSet

Enclosing class:
TdApi

public static class TdApi.DeleteStickerSet extends TdApi.Function<TdApi.Ok>
Completely deletes a sticker set.

Returns Ok

  • Field Details

    • name

      public String name
      Sticker set name. The sticker set must be owned by the current user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • DeleteStickerSet

      public DeleteStickerSet()
      Default constructor for a function, which completely deletes a sticker set.

      Returns Ok

    • DeleteStickerSet

      public DeleteStickerSet(String name)
      Creates a function, which completely deletes a sticker set.

      Returns Ok

      Parameters:
      name - Sticker set name. The sticker set must be owned by the current user.
  • 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