MessageFileTypeGroup constructor

const MessageFileTypeGroup({
  1. required String title,
  2. dynamic extra,
  3. int? clientId,
})

The messages was exported from a group chat

Implementation

const MessageFileTypeGroup({
  required this.title,
  this.extra,
  this.clientId,
});