Skip to content

contacts.importContacts

Layer 225

Constructor ID: 0x2c800be5
Returns: ImportedContacts

Parameters

NameTypeDescription
contacts[]InputContact

Example

go
result, err := client.Raw(&tg.ImportContactsRequest{
    contacts: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.