Module tdlight.api

Class TdApi.DeleteStickerSet

Enclosing class:
TdApi

public static final class TdApi.DeleteStickerSet extends TdApi.Function<TdApi.Ok>
Deleted a sticker set; for bots only. Returns Ok
  • Field Details

  • Constructor Details

    • DeleteStickerSet

      public DeleteStickerSet()
      Deleted a sticker set; for bots only. Returns Ok
    • DeleteStickerSet

      public DeleteStickerSet(String name)
      Deleted a sticker set; for bots only. Returns Ok
      Parameters:
      name - String Sticker set name.
    • DeleteStickerSet

      public DeleteStickerSet(DataInput input) throws IOException
      Deleted a sticker set; for bots only. Returns Ok
      Throws:
      IOException
  • Method Details