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

Function moveStickerInSet

  • moveStickerInSet(
        client: ITelegramClient,
        sticker: string | RawFullRemoteFileLocation | TypeInputDocument,
        position: number,
    ): Promise<StickerSet>
  • Move a sticker in a sticker set to another position

    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

    • position: number

      New sticker position (starting from 0)

    Returns Promise<StickerSet>

    Modified sticker set

    • Defined in packages/core/src/highlevel/methods/stickers/move-sticker-in-set.ts:20

Settings

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

Generated using TypeDoc