Interface SetStickerPositionInSet

Changes the position of a sticker in the set to which it belongs. The sticker set must be owned by the current user. Request type for Tdjson#setStickerPositionInSet.

interface SetStickerPositionInSet {
    @type: "setStickerPositionInSet";
    position: number;
    sticker: InputFile;
}

Properties

@type: "setStickerPositionInSet"
position: number

New position of the sticker in the set, 0-based.

sticker: InputFile

Sticker.