messageForwardOriginChat property
The message was originally sent on behalf of a chat
Implementation
MessageForwardOriginChat? get messageForwardOriginChat {
if (this is MessageForwardOriginChat) {
return this as MessageForwardOriginChat;
}
return null;
}