MadelineProtoDocs/docs/API_docs/constructors/popularContact.md

772 B

title description image
popularContact Popular contact https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: popularContact

Back to constructors index

Popular contact

Attributes:

Name Type Required Description
client_id long Yes Contact identifier
importers int Yes How many people imported this contact

Type: PopularContact

Example:

$popularContact = ['_' => 'popularContact', 'client_id' => long, 'importers' => int];

Or, if you're into Lua:

popularContact={_='popularContact', client_id=long, importers=int}