Here's my situation: a user in a basicGroup chat that I'm also in has changed his profile photo. On the Telegram official app his profile photo in the chat is shown correctly. But in my app using tdlib, getUserProfilePhotos always return empty
If even after getUserFullInfo you receive no updateUserFullInfo with photos, then the user has no photo, or it isn't available to you because of privacy settings.
Here's my situation: a user in a basicGroup chat that I'm also in has changed his profile photo. On the Telegram official app his profile photo in the chat is shown correctly. But in my app using tdlib,
getUserProfilePhotos
always return emptygetUser
andgetUserFullInfo
also give no profile photo. Here's the output ofgetUser
:And
getUserFullInfo
:I was wondering if this has anything to do with user cache in tdlib database? I do have
use_chat_info_database
option enabled.