Layer 224
ContactsImportCard
Returns general information on a user using his previously exported card as input. The app may use it to open a conversation without knowing the user's phone number.
method
Parameters
| Name | Type | Description |
|---|---|---|
| ExportCard | Vector<int> | Result of contacts. export Card |
Returns
UserGogram Example
// ContactsImportCard - positional arguments result, err := client.ContactsImportCard([]int{}) if err != nil { // handle error } // result is *tg.User