Layer 220
method Users
contacts.deleteByPhones#1013fd9e phones:Vector<string> = Bool;

Parameters

Name Type Description
Phones Vector<string> Phone numbers

Returns

Bool

Gogram Example

// ContactsDeleteByPhones - positional arguments
result, err := client.ContactsDeleteByPhones("...")
if err != nil {
    // handle error
}
// result is *tg.Bool