Class TdApi.RemoveStickerFromSet

Enclosing class:
TdApi

public static class TdApi.RemoveStickerFromSet
extends TdApi.Function
Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot.

Returns Ok

  • Field Details

  • Constructor Details

    • RemoveStickerFromSet

      public RemoveStickerFromSet()
      Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot.

      Returns Ok

    • RemoveStickerFromSet

      public RemoveStickerFromSet​(TdApi.InputFile sticker)
      Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot.

      Returns Ok

      Parameters:
      sticker - InputFile Sticker.
    • RemoveStickerFromSet

      public RemoveStickerFromSet​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details