mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
735 B
735 B
title | description | nav_exclude | image |
---|---|---|---|
popularContact | Popular contact | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: popularContact
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];