ContactsArguments constructor

ContactsArguments({
  1. int? first,
  2. ChatContactsCursor? after,
  3. int? last,
  4. ChatContactsCursor? before,
  5. bool? noFavorite,
})

Implementation

ContactsArguments({
  this.first,
  this.after,
  this.last,
  this.before,
  this.noFavorite,
});