Interface FriendsEditParams

interface FriendsEditParams {
    list_ids?: number | number[];
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

list_ids?: number | number[]
user_id: number

ID of the user whose friend list is to be edited.

Generated using TypeDoc