AddRemoveAdminsQuery constructor

AddRemoveAdminsQuery(
  1. String dialogId, {
  2. Set<int>? addedIds,
  3. Set<int>? removedIds,
})

Implementation

AddRemoveAdminsQuery(this.dialogId, {this.addedIds, this.removedIds});