MessageSearchOptions constructor
- required List<MessageType> types,
- String? from,
- int ts = -1,
- int count = 10,
- EMSearchDirection direction = EMSearchDirection.Up,
Implementation
const MessageSearchOptions({
  required this.types,
  this.from,
  this.ts = -1,
  this.count = 10,
  this.direction = EMSearchDirection.Up,
});