messageSuggestProfilePhoto property
A profile photo was suggested to a user in a private chat
Implementation
MessageSuggestProfilePhoto? get messageSuggestProfilePhoto {
if (this is MessageSuggestProfilePhoto) {
return this as MessageSuggestProfilePhoto;
}
return null;
}