messageSourceHistoryPreview property
The message is from chat, message thread or forum topic history preview
Implementation
MessageSourceHistoryPreview? get messageSourceHistoryPreview {
if (this is MessageSourceHistoryPreview) {
return this as MessageSourceHistoryPreview;
}
return null;
}