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