Layer 224
PopularContactObj
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 PopularContactObj constructor obj := &tg.PopularContactObj{ ClientId: int64(1234567890), Importers: 42, }