Interface FriendsRequestsXtrMutual1

interface FriendsRequestsXtrMutual1 {
    descriptions: string[];
    from: string;
    id: number;
    message: string;
    mutual: FriendsRequestsMutual;
    timestamp: number;
    track_code: string;
    user_id: number;
}

Properties

descriptions: string[]

Description

from: string

ID of the user by whom friend has been suggested

id: number

User ID

message: string

Message sent with a request

timestamp: number

Request timestamp

track_code: string
user_id: number

User ID

Generated using TypeDoc