removeGiftsFromCollection
Remove gifts from a gift collection.
Parameters
The identifier of the chat that includes the gift collection.
collectionId: number
The identifier of a gift collection.
The gifts to remove from the collection.
Result
Syntax
await client.removeGiftsFromCollection(chatId, collectionId, gifts);