Layer 220
PopularContact
Popular contact
constructor
popularContact#5ce14175 client_id:long importers:int = PopularContact;
Parameters
| Name | Type | Description |
|---|---|---|
| ClientId | long | Contact identifier |
| Importers | int | How many people imported this contact |
Returns
PopularContactGogram Example
// Creating PopularContact constructor obj := &tg.PopularContact{ ClientId: int64(0), Importers: 0, }