ContactsArguments constructor
- int? first,
- ChatContactsCursor? after,
- int? last,
- ChatContactsCursor? before,
- bool? noFavorite,
Implementation
ContactsArguments({
this.first,
this.after,
this.last,
this.before,
this.noFavorite,
});
ContactsArguments({
this.first,
this.after,
this.last,
this.before,
this.noFavorite,
});