get_star_gift_collections()¶
- Client.get_star_gift_collections()
Get star gift collections of a user or channel.
- Parameters:
chat_id (
int|str) – Unique identifier or username of the target peer.- Returns:
List of
StarGiftCollection– On success.
Example
collections = await app.get_star_gift_collections("me")