DeleteDialogsQuery constructor

DeleteDialogsQuery(
  1. Set<String> dialogIds, [
  2. bool? force
])

Implementation

DeleteDialogsQuery(this.dialogIds, [this.force]);