deleteGiftCollection
Delete a gift collection.
Parameters
The identifier of the chat that includes the gift collection.
collectionId: number
The identifier of a gift collection.
Result
void
Syntax
await client.deleteGiftCollection(chatId, collectionId);