Raw.contacts.Search
Returns users found by username substring.
contacts.search#11f812d8 q:string limit:int = contacts.Found;
export namespace Raw {
export namespace contacts {
export class Search {
constructor(params: { q: string; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x11f812d8