MessageFileTypeUnknown constructor

const MessageFileTypeUnknown({
  1. dynamic extra,
  2. int? clientId,
})

The messages was exported from a chat of unknown type

Implementation

const MessageFileTypeUnknown({
  this.extra,
  this.clientId,
});