Module tdlight.api

Class TdApi.RemoveStickerFromSet

Enclosing class:
TdApi

public static final class TdApi.RemoveStickerFromSet extends TdApi.Function<TdApi.Ok>
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
      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
      Throws:
      IOException
  • Method Details