addGiftsToCollection
Add gifts to 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 add to the collection.
Result
Syntax
await client.addGiftsToCollection(chatId, collectionId, gifts);