delete_star_gift_collection()

Client.delete_star_gift_collection()

Delete a star gift collection.

Parameters:
  • chat_id (int | str) – The peer who owns the collection.

  • collection_id (int) – ID of the collection to delete.

Returns:

bool – True on success.

Example

await app.delete_star_gift_collection("me", collection_id=123)