MadelineProtoDocs/old_docs/API_docs_v33/constructors/contacts.found.md
2019-12-27 18:25:37 +01:00

860 B

title description image
contacts.found Users found by name substring and auxiliary data. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.found

Back to constructors index

Users found by name substring and auxiliary data.

Attributes:

Name Type Required Description
results Array of ContactFound Yes Results
users Array of User Yes Users

Type: contacts.Found

Example:

$contacts.found = ['_' => 'contacts.found', 'results' => [ContactFound, ContactFound], 'users' => [User, User]];

Or, if you're into Lua:

contacts.found={_='contacts.found', results={ContactFound}, users={User}}