changeStickerPositionInStickerSet
Change the position of a sticker in its set.
Parameters
slug: string
position: number
The new position of the sticker.
Result
void
Syntax
await client.changeStickerPositionInStickerSet(slug, position);
Change the position of a sticker in its set.
The new position of the sticker.
await client.changeStickerPositionInStickerSet(slug, position);