Interface SetCloseFriends

Changes the list of close friends of the current user. Request type for Tdjson#setCloseFriends.

interface SetCloseFriends {
    @type: "setCloseFriends";
    user_ids: number[];
}

Properties

Properties

@type: "setCloseFriends"
user_ids: number[]

User identifiers of close friends; the users must be contacts of the current user.