get_saved_star_gifts()¶
- Client.get_saved_star_gifts()¶
Get the list of saved star gifts for a peer.
Usable by Users Bots- Parameters:
peer (
int|str, optional) – Unique identifier (int) or username (str) of the target chat. Defaults to “me” (your own saved gifts).offset (
str, optional) – Offset for pagination.limit (
int, optional) – Limit of results.
- Returns:
List of
StarGiftUnique– On success, a list of unique star gifts is returned.