SearchChatContactsArguments constructor
- UserName? name,
- UserEmail? email,
- UserPhone? phone,
- int? first,
- ChatContactsCursor? after,
- int? last,
- ChatContactsCursor? before,
Implementation
SearchChatContactsArguments({
this.name,
this.email,
this.phone,
this.first,
this.after,
this.last,
this.before,
});