ChatItemsFilter constructor

ChatItemsFilter({
  1. bool? onlyAttachments,
  2. ChatMessageText? withText,
})

Implementation

ChatItemsFilter({
  this.onlyAttachments,
  this.withText,
});