Layer 220
constructor
importedContact#c13e3c50 user_id:long client_id:long = ImportedContact;

Parameters

Name Type Description
UserId long User identifier
ClientId long The contact's client identifier (passed to one of the Input Contact constructors)

Returns

ImportedContact

Gogram Example

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