Interface FriendsDeleteListParams

interface FriendsDeleteListParams {
    list_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

list_id: number

ID of the friend list to delete.

Generated using TypeDoc