MadelineProtoDocs/old_docs/API_docs_v27/constructors/contactFound.md

617 B

title description image
contactFound Contact found https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contactFound

Back to constructors index

Contact found

Attributes:

Name Type Required Description
user_id int Yes User ID

Type: ContactFound

Example:

$contactFound = ['_' => 'contactFound', 'user_id' => int];

Or, if you're into Lua:

contactFound={_='contactFound', user_id=int}