messageSourceMessageThreadHistory property
The message is from a message thread history
Implementation
MessageSourceMessageThreadHistory? get messageSourceMessageThreadHistory {
  if (this is MessageSourceMessageThreadHistory) {
    return this as MessageSourceMessageThreadHistory;
  }
  return null;
}