messagePhoto property
A photo message
Implementation
MessagePhoto? get messagePhoto {
if (this is MessagePhoto) {
return this as MessagePhoto;
}
return null;
}
A photo message
MessagePhoto? get messagePhoto {
if (this is MessagePhoto) {
return this as MessagePhoto;
}
return null;
}