changeStickerPositionInStickerSet

Change the position of a sticker in its set.

Parameters

fileId: string

The identifier of the sticker.

position: number

The new position of the sticker.

Result

void

Syntax

await client.changeStickerPositionInStickerSet(fileId, position);