MadelineProtoDocs/docs/API_docs/constructors/popularContact.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

867 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 Client ID
importers int Yes Importers

Type: PopularContact

Example:

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

PWRTelegram json-encoded version:

{"_": "popularContact", "client_id": long, "importers": int}

Or, if you're into Lua:

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