You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to retrieve a user’s profile photo using the Telebot library, but the ProfilePhotosOf method always returns an empty array. I’ve tried different approaches, but the result remains the same:
WebApp InitData - returns empty photo_url.
ProfilePhotosOf method - always returns an empty array, regardless of the account. The user has set profile photo visibility to public, and their profile photo displays correctly in other bots.
Why does the ProfilePhotosOf method always return an empty array? Am I missing something in the settings or initialization? Any advice or ideas on how to solve this issue would be appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to retrieve a user’s profile photo using the Telebot library, but the ProfilePhotosOf method always returns an empty array. I’ve tried different approaches, but the result remains the same:
Code Example:
Question:
Why does the ProfilePhotosOf method always return an empty array? Am I missing something in the settings or initialization? Any advice or ideas on how to solve this issue would be appreciated.
The text was updated successfully, but these errors were encountered: