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