Layer 220
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

Bool

Gogram Example

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