personalPhoto property

ChatPhoto? personalPhoto
final

personalPhoto User profile photo set by the current user for the contact; may be null. If null and user.profile_photo is null, then the photo is empty; otherwise, it is unknown.. If non-null, then it is the same photo as in user.profile_photo and chat.photo. This photo isn't returned in the list of user photos

Implementation

final ChatPhoto? personalPhoto;