MadelineProtoDocs/docs/API_docs/constructors/popularContact.md
2024-05-01 14:53:46 +02:00

735 B

title description nav_exclude image
popularContact Popular contact true 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];