Layer 220
ImportedContact
Successfully imported contact.
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
ImportedContactGogram Example
// Creating ImportedContact constructor obj := &tg.ImportedContact{ UserId: int64(0), ClientId: int64(0), }