Layer 220
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

PopularContact

Gogram Example

// Creating PopularContact constructor
obj := &tg.PopularContact{
    ClientId: int64(0),
    Importers: 0,
}