get_profile_photos_count()¶
-
Client.
get_profile_photos_count
()¶ Get the total count of profile pictures for a user.
- 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 user profile photos count is returned.
Example
count = app.get_profile_photos_count("haskell") print(count)