617 B
617 B
title | description | image |
---|---|---|
contactFound | Contact found | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contactFound
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}