reorderGiftsInCollection

Reorder gifts in a gift collection.

Parameters

chatId: ID

The identifier of the chat that includes the gift collection.

collectionId: number

The identifier of a gift collection.

gifts: InputGift[]

The gifts to remove from the collection.

Result

Syntax

await client.reorderGiftsInCollection(chatId, collectionId, gifts);