SearchUsersArguments constructor

SearchUsersArguments({
  1. UserNum? num,
  2. UserLogin? login,
  3. ChatDirectLinkSlug? directLink,
  4. UserName? name,
  5. int? first,
  6. UsersCursor? after,
  7. int? last,
  8. UsersCursor? before,
})

Implementation

SearchUsersArguments({
  this.num,
  this.login,
  this.directLink,
  this.name,
  this.first,
  this.after,
  this.last,
  this.before,
});