Interface Relation

API.getFriends

interface Relation {
    mutual: boolean;
    relation_type: "friend" | "block";
    target: WithCountryCoverGroupsStatisticsSupport;
    target_id: number;
}

Properties

mutual: boolean
relation_type: "friend" | "block"
target_id: number