Layer 220
ContactsEditCloseFriends
Edit the close friends list, see here for more info.
method
Users
contacts.editCloseFriends#ba6705f0 id:Vector<long> = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | Vector<long> | Full list of user IDs of close friends, see here for more info. |
Returns
BoolGogram Example
// ContactsEditCloseFriends - positional arguments result, err := client.ContactsEditCloseFriends([]long{}) if err != nil { // handle error } // result is *tg.Bool