MessageFileTypeUnknown constructor
const
MessageFileTypeUnknown({
- dynamic extra,
- int? clientId,
The messages was exported from a chat of unknown type
Implementation
const MessageFileTypeUnknown({
this.extra,
this.clientId,
});