Layer 220
ContactsDeleteByPhones
Delete contacts by phone number
method
Users
contacts.deleteByPhones#1013fd9e phones:Vector<string> = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Phones | Vector<string> | Phone numbers |
Returns
BoolGogram Example
// ContactsDeleteByPhones - positional arguments result, err := client.ContactsDeleteByPhones("...") if err != nil { // handle error } // result is *tg.Bool