get_chat_gifts_count()¶
- Client.get_chat_gifts_count()¶
Get the total count of owned gifts of specified chat.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).- Returns:
int– On success, the star gifts count is returned.
Example
await app.get_chat_gifts_count(chat_id)