• Preparing search index...
  • The search index is not available
Documentation - v0.23.3
  • Documentation
  • @mtcute/bun
  • methods
  • deleteStickerFromSet

Function deleteStickerFromSet

  • deleteStickerFromSet(
        client: ITelegramClient,
        sticker: string | RawFullRemoteFileLocation | TypeInputDocument,
    ): Promise<StickerSet>
  • Delete a sticker from a sticker set

    For bots the sticker set must have been created by this bot.

    Parameters

    • client: ITelegramClient
    • sticker: string | RawFullRemoteFileLocation | TypeInputDocument

      TDLib and Bot API compatible File ID, or a TL object representing a sticker to be removed

    Returns Promise<StickerSet>

    Modfiied sticker set

    • Defined in packages/core/src/highlevel/methods/stickers/delete-sticker-from-set.ts:18

Settings

Member Visibility
Documentation - v0.23.3
  • Loading...

Generated using TypeDoc