messageUnsupported property
A message content that is not supported in the current TDLib version
Implementation
MessageUnsupported? get messageUnsupported {
if (this is MessageUnsupported) {
return this as MessageUnsupported;
}
return null;
}