The problem is when i use get_user_profile_photos in bot if it's regular message it's return values but when it's forwarded messages it's return nothing.
user_id = message.forward_origin.sender_user.idpfps: UserProfilePhotos = await bot.get_user_profile_photos(user_id)if pfps.total_count > 0: # return 0 # ...Is there a workaround?
UPD
Second thought: problem in pfp privacy settings. But i just checked on person who have public profile picture and still nothing.