Interface FriendsDeleteParams

interface FriendsDeleteParams {
    user_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

user_id?: number

ID of the user whose friend request is to be declined or who is to be deleted from the current user's friend list.

Generated using TypeDoc