messageChatChangePhoto property
An updated chat photo
Implementation
MessageChatChangePhoto? get messageChatChangePhoto {
if (this is MessageChatChangePhoto) {
return this as MessageChatChangePhoto;
}
return null;
}
An updated chat photo
MessageChatChangePhoto? get messageChatChangePhoto {
if (this is MessageChatChangePhoto) {
return this as MessageChatChangePhoto;
}
return null;
}