MadelineProtoDocs/old_docs/API_docs_v2/constructors/contactFound.md

594 B

title description image
contactFound contactFound attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contactFound

Back to constructors index

Attributes:

Name Type Required
user_id int Yes

Type: ContactFound

Example:

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

Or, if you're into Lua:

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